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: #fab300;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ffc94d;
}
.color-5 {
color: #ffb3c2;
}
/* CSS Variables */
:root {
--color-1: #fab300;
--color-2: #ff6e61;
--color-3: #ff9900;
--color-4: #ffc94d;
--color-5: #ffb3c2;
}
Sunset Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab300, #ff6e61, #ff9900, #ffc94d, #ffb3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab300, #ff6e61, #ff9900, #ffc94d, #ffb3c2);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Sunset Blossom color palette created on .