Whimsical Sunset Blooms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Sunset Blooms palette
Whimsical Sunset Blooms color palette CSS
/* CSS */
.color-1 {
color: #e09fdf;
}
.color-2 {
color: #f59980;
}
.color-3 {
color: #f77745;
}
.color-4 {
color: #ba5e60;
}
.color-5 {
color: #7963b0;
}
/* CSS Variables */
:root {
--color-1: #e09fdf;
--color-2: #f59980;
--color-3: #f77745;
--color-4: #ba5e60;
--color-5: #7963b0;
}
Whimsical Sunset Blooms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09fdf, #f59980, #f77745, #ba5e60, #7963b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09fdf, #f59980, #f77745, #ba5e60, #7963b0);
}
Similar color palettes
Whimsical Sunset Blooms color palette created on .