Marshmallow Color Palette
The official color guide for Marshmallow. Soft, dreamy tones optimized for sweet, aesthetic design, and visual harmony.
Introduction
Marshmallow is a defining palette in the sweet aesthetic. Popularized by UI Design in 2023, this collection brings a gentle, soothing vibe to any project.
With a primary hue of #ffffff, it offers a soft alternative to harsh saturated colors.
Perfect for backgrounds, illustrations, and calming UI elements, Marshmallow creates an inviting atmosphere.
Color Analysis
A breakdown of the verified hex codes and their specific roles.
| Preview | Role | Hex | RGB |
|---|---|---|---|
| Primary | #ffffff |
255, 255, 255 | |
| Secondary | #fff0f5 |
255, 240, 245 | |
| Accent | #fff5ee |
255, 245, 238 | |
| Complement | #f0fff0 |
240, 255, 240 |
Trends & Psychology
Soft Focus
Pastel colors like #ffffff are known to have a calming effect on the viewer, reducing visual stress and creating a sense of safety and openness.
Global Appeal
South Korea has seen a rising trend in minimalist cafe branding and K-Beauty packaging using these exact tones.
Implementation Guide
Use these snippets to add Marshmallow to your stylesheet.
CSS Variables
:root {
/* Marshmallow Variables */
--pastel-1: #ffffff;
--pastel-2: #fff0f5;
--pastel-3: #fff5ee;
--pastel-4: #f0fff0;
}
Frequently Asked Questions
Pastel colors are generally too light for body text on white backgrounds. Use them for backgrounds or large headlines on dark backgrounds.