Sunset Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Blossom palette

Share this palette to:

Sunset Blossom color palette CSS

/* CSS */
.color-1 {
color: #ffa200;
}
.color-2 {
color: #ffb657;
}
.color-3 {
color: #ffc78f;
}
.color-4 {
color: #ffd9a3;
}
.color-5 {
color: #ffe1b8;
}

/* CSS Variables */
:root {
--color-1: #ffa200;
--color-2: #ffb657;
--color-3: #ffc78f;
--color-4: #ffd9a3;
--color-5: #ffe1b8;
}

Sunset Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa200, #ffb657, #ffc78f, #ffd9a3, #ffe1b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa200, #ffb657, #ffc78f, #ffd9a3, #ffe1b8);
}

Sunset Blossom color palette created on .