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