Bluebell Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bluebell Breeze palette
Bluebell Breeze color palette CSS
/* CSS */
.color-1 {
color: #6bb5e6;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #e1a8d6;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f89b44;
}
/* CSS Variables */
:root {
--color-1: #6bb5e6;
--color-2: #a3d7e0;
--color-3: #e1a8d6;
--color-4: #f6b83c;
--color-5: #f89b44;
}
Bluebell Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb5e6, #a3d7e0, #e1a8d6, #f6b83c, #f89b44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb5e6, #a3d7e0, #e1a8d6, #f6b83c, #f89b44);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Bluebell Breeze color palette created on .