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: #a6d7e7;
}
.color-2 {
color: #6cc0d5;
}
.color-3 {
color: #4da3b3;
}
.color-4 {
color: #2e7a8a;
}
.color-5 {
color: #1a515b;
}
/* CSS Variables */
:root {
--color-1: #a6d7e7;
--color-2: #6cc0d5;
--color-3: #4da3b3;
--color-4: #2e7a8a;
--color-5: #1a515b;
}
Light Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d7e7, #6cc0d5, #4da3b3, #2e7a8a, #1a515b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d7e7, #6cc0d5, #4da3b3, #2e7a8a, #1a515b);
}
Similar color palettes
Light Blue color palette created on .