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: #e0e8ff;
}
.color-2 {
color: #a6b5fc;
}
.color-3 {
color: #828df8;
}
.color-4 {
color: #6366f2;
}
.color-5 {
color: #5048e5;
}
/* CSS Variables */
:root {
--color-1: #e0e8ff;
--color-2: #a6b5fc;
--color-3: #828df8;
--color-4: #6366f2;
--color-5: #5048e5;
}
Lunar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e8ff, #a6b5fc, #828df8, #6366f2, #5048e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e8ff, #a6b5fc, #828df8, #6366f2, #5048e5);
}
Similar color palettes
Scroll down to explore 100+ Moon color palettes
Lunar color palette created on .