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 withPeach, Apricot, Yellow, Bright, Spring, Coral, Black, Soft, Vibrant, Warm 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 .