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