Blue Luna Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Luna palette
Blue Luna color palette CSS
/* CSS */
.color-1 {
color: #dbe4f0;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #6aa7d2;
}
.color-4 {
color: #408cbf;
}
.color-5 {
color: #2b5e88;
}
/* CSS Variables */
:root {
--color-1: #dbe4f0;
--color-2: #a2c7e7;
--color-3: #6aa7d2;
--color-4: #408cbf;
--color-5: #2b5e88;
}
Blue Luna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe4f0, #a2c7e7, #6aa7d2, #408cbf, #2b5e88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe4f0, #a2c7e7, #6aa7d2, #408cbf, #2b5e88);
}
Similar color palettes
Scroll down to explore 200+ Blue color palettes
Blue Luna color palette created on .