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

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Black, Bright, Coral, Peach, Soft, Spring, Vibrant, Warm, Yellow color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Sunset Dream color palette created on .