Lunar Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lunar palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lunar Color Palette (PNG)
Lunar color palette CSS
/* CSS */
.color-1 {
color: #9fc1d6;
}
.color-2 {
color: #e4b4d4;
}
.color-3 {
color: #f6b2a2;
}
.color-4 {
color: #f9e29f;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #9fc1d6;
--color-2: #e4b4d4;
--color-3: #f6b2a2;
--color-4: #f9e29f;
--color-5: #f5c400;
}
Lunar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc1d6, #e4b4d4, #f6b2a2, #f9e29f, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc1d6, #e4b4d4, #f6b2a2, #f9e29f, #f5c400);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Lunar color palette created on .