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: #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 .