Whimsical Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Bloom palette
Whimsical Bloom color palette CSS
/* CSS */
.color-1 {
color: #fba2e3;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #d6a4d3;
}
.color-4 {
color: #a16fb8;
}
.color-5 {
color: #6b4e97;
}
/* CSS Variables */
:root {
--color-1: #fba2e3;
--color-2: #eab8e4;
--color-3: #d6a4d3;
--color-4: #a16fb8;
--color-5: #6b4e97;
}
Whimsical Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fba2e3, #eab8e4, #d6a4d3, #a16fb8, #6b4e97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fba2e3, #eab8e4, #d6a4d3, #a16fb8, #6b4e97);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Whimsical Bloom color palette created on .