Blue Lice Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Lice palette
Blue Lice color palette CSS
/* CSS */
.color-1 {
color: #b8e1ff;
}
.color-2 {
color: #a2d1e7;
}
.color-3 {
color: #82b3d3;
}
.color-4 {
color: #4b8db9;
}
.color-5 {
color: #2b5f8c;
}
/* CSS Variables */
:root {
--color-1: #b8e1ff;
--color-2: #a2d1e7;
--color-3: #82b3d3;
--color-4: #4b8db9;
--color-5: #2b5f8c;
}
Blue Lice background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8e1ff, #a2d1e7, #82b3d3, #4b8db9, #2b5f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8e1ff, #a2d1e7, #82b3d3, #4b8db9, #2b5f8c);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Lice color palette created on .