Bluebell Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bluebell Bloom palette
Bluebell Bloom color palette CSS
/* CSS */
.color-1 {
color: #6b9cd1;
}
.color-2 {
color: #85b3e5;
}
.color-3 {
color: #a1d6ed;
}
.color-4 {
color: #f0c1df;
}
.color-5 {
color: #f7a6c2;
}
/* CSS Variables */
:root {
--color-1: #6b9cd1;
--color-2: #85b3e5;
--color-3: #a1d6ed;
--color-4: #f0c1df;
--color-5: #f7a6c2;
}
Bluebell Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9cd1, #85b3e5, #a1d6ed, #f0c1df, #f7a6c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9cd1, #85b3e5, #a1d6ed, #f0c1df, #f7a6c2);
}
Similar color palettes
Bluebell Bloom color palette created on .