Sunset Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Blossom palette
Sunset Blossom color palette CSS
/* CSS */
.color-1 {
color: #f02a24;
}
.color-2 {
color: #f25f5f;
}
.color-3 {
color: #f2a6a1;
}
.color-4 {
color: #f2c1b5;
}
.color-5 {
color: #f2e1d4;
}
/* CSS Variables */
:root {
--color-1: #f02a24;
--color-2: #f25f5f;
--color-3: #f2a6a1;
--color-4: #f2c1b5;
--color-5: #f2e1d4;
}
Sunset Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f02a24, #f25f5f, #f2a6a1, #f2c1b5, #f2e1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f02a24, #f25f5f, #f2a6a1, #f2c1b5, #f2e1d4);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Sunset Blossom color palette created on .