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: #f26969;
}
.color-2 {
color: #f4b943;
}
.color-3 {
color: #f6d979;
}
.color-4 {
color: #f1e7b7;
}
.color-5 {
color: #f2c1b1;
}

/* CSS Variables */
:root {
--color-1: #f26969;
--color-2: #f4b943;
--color-3: #f6d979;
--color-4: #f1e7b7;
--color-5: #f2c1b1;
}

Sunset Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f26969, #f4b943, #f6d979, #f1e7b7, #f2c1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f26969, #f4b943, #f6d979, #f1e7b7, #f2c1b1);
}

Sunset Blossom color palette created on .