Light Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue palette
Light Blue color palette CSS
/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #f8e1af;
}
.color-3 {
color: #fbd4b1;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #e8a6b5;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #f8e1af;
--color-3: #fbd4b1;
--color-4: #eab8d1;
--color-5: #e8a6b5;
}
Light Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #f8e1af, #fbd4b1, #eab8d1, #e8a6b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #f8e1af, #fbd4b1, #eab8d1, #e8a6b5);
}
Similar color palettes
Light Blue color palette created on .