Sunset Dream Color Palette
Discover the beautiful Sunset Dream color palette featuring mona lisa (#ffa98f), cream brulee (#ffe7a3), mona lisa (#ff9c8f), mine shaft (#333333) and gin fizz (#fff8e0).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Sunset Dream palette
๐ป Sunset Dream color palette CSS
/* CSS */
.color-1 {
color: #ffa98f;
}
.color-2 {
color: #ffe7a3;
}
.color-3 {
color: #ff9c8f;
}
.color-4 {
color: #333333;
}
.color-5 {
color: #fff8e0;
}
/* CSS Variables */
:root {
--color-1: #ffa98f;
--color-2: #ffe7a3;
--color-3: #ff9c8f;
--color-4: #333333;
--color-5: #fff8e0;
} ๐ Sunset Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa98f, #ffe7a3, #ff9c8f, #333333, #fff8e0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa98f, #ffe7a3, #ff9c8f, #333333, #fff8e0);
} ๐ Explore similar color palettes
Sunset Dream color palette created on .