Sunset Dream Color Palette

Discover the beautiful Sunset Dream color palette featuring selective yellow (#fab700), sweet corn (#fce388), froly (#f38181), sunglo (#e6797b) and blush (#b84c6b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Peach, Pink, Soft, Spring, Sunset, 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: #fab700;
}
.color-2 {
color: #fce388;
}
.color-3 {
color: #f38181;
}
.color-4 {
color: #e6797b;
}
.color-5 {
color: #b84c6b;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fce388;
--color-3: #f38181;
--color-4: #e6797b;
--color-5: #b84c6b;
}

🌈 Sunset Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fce388, #f38181, #e6797b, #b84c6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fce388, #f38181, #e6797b, #b84c6b);
}

Sunset Dream color palette created on .