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: #ffcc00;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff007b;
}
.color-5 {
color: #ff7081;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6e00;
--color-3: #ff3c00;
--color-4: #ff007b;
--color-5: #ff7081;
}

Sunset Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6e00, #ff3c00, #ff007b, #ff7081);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6e00, #ff3c00, #ff007b, #ff7081);
}

Sunset Blossom color palette created on .