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