Lunar Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lunar palette
Lunar color palette PNG image
Lunar color palette CSS
/* CSS */
.color-1 {
color: #c1c1e1;
}
.color-2 {
color: #a3b9e0;
}
.color-3 {
color: #6d8ce9;
}
.color-4 {
color: #4a75d9;
}
.color-5 {
color: #2b5fbf;
}
/* CSS Variables */
:root {
--color-1: #c1c1e1;
--color-2: #a3b9e0;
--color-3: #6d8ce9;
--color-4: #4a75d9;
--color-5: #2b5fbf;
}
Lunar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c1e1, #a3b9e0, #6d8ce9, #4a75d9, #2b5fbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c1e1, #a3b9e0, #6d8ce9, #4a75d9, #2b5fbf);
}
Similar color palettes
Scroll down to explore 1000+ colors.moonlight color palettes
Lunar color palette created on .