Sunset Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Dream palette

Share this palette to:

Sunset Dream color palette PNG image

Download sunset dream color palette PNG image (landscape)
Download sunset dream color palette PNG image (square)

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 .