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: #a8d3e1;
}
.color-2 {
color: #f4c29f;
}
.color-3 {
color: #f8b5a0;
}
.color-4 {
color: #e8b5d0;
}
.color-5 {
color: #e9caa5;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f4c29f;
--color-3: #f8b5a0;
--color-4: #e8b5d0;
--color-5: #e9caa5;
}
Light Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f4c29f, #f8b5a0, #e8b5d0, #e9caa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f4c29f, #f8b5a0, #e8b5d0, #e9caa5);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Light Blue color palette created on .