Sunset Dream Color Palette

Discover the beautiful Sunset Dream color palette featuring mandys pink (#f2b1c0), akaroa (#d7c8a3), wheat (#f4e6ae), coral tree (#a6596c) and affair (#6b4b8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Beige, Yellow, Warm, Red, Green, Soft, Vibrant, Boho, Summer 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: #f2b1c0;
}
.color-2 {
color: #d7c8a3;
}
.color-3 {
color: #f4e6ae;
}
.color-4 {
color: #a6596c;
}
.color-5 {
color: #6b4b8b;
}

/* CSS Variables */
:root {
--color-1: #f2b1c0;
--color-2: #d7c8a3;
--color-3: #f4e6ae;
--color-4: #a6596c;
--color-5: #6b4b8b;
}

🌈 Sunset Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1c0, #d7c8a3, #f4e6ae, #a6596c, #6b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1c0, #d7c8a3, #f4e6ae, #a6596c, #6b4b8b);
}

Sunset Dream color palette created on .