Blue Libellule Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Libellule palette
Blue Libellule color palette CSS
/* CSS */
.color-1 {
color: #4a9cd3;
}
.color-2 {
color: #8bc8e4;
}
.color-3 {
color: #d4f0f2;
}
.color-4 {
color: #f3e6aa;
}
.color-5 {
color: #f8c2a0;
}
/* CSS Variables */
:root {
--color-1: #4a9cd3;
--color-2: #8bc8e4;
--color-3: #d4f0f2;
--color-4: #f3e6aa;
--color-5: #f8c2a0;
}
Blue Libellule background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cd3, #8bc8e4, #d4f0f2, #f3e6aa, #f8c2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cd3, #8bc8e4, #d4f0f2, #f3e6aa, #f8c2a0);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Libellule color palette created on .