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: #f7b5a1;
}
.color-2 {
color: #f5b800;
}
.color-3 {
color: #f5a700;
}
.color-4 {
color: #f07c00;
}
.color-5 {
color: #e04f38;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f5b800;
--color-3: #f5a700;
--color-4: #f07c00;
--color-5: #e04f38;
}
Sunset Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f5b800, #f5a700, #f07c00, #e04f38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f5b800, #f5a700, #f07c00, #e04f38);
}
Similar color palettes
Sunset Blossom color palette created on .