Луна Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Луна palette
Color Inspiration
Images that showcase this color palette in real designs
Download Луна Color Palette (PNG)
Луна color palette CSS
/* CSS */
.color-1 {
color: #d3c2e0;
}
.color-2 {
color: #a3a1d9;
}
.color-3 {
color: #5e89d4;
}
.color-4 {
color: #3f6e9d;
}
.color-5 {
color: #2b4c7d;
}
/* CSS Variables */
:root {
--color-1: #d3c2e0;
--color-2: #a3a1d9;
--color-3: #5e89d4;
--color-4: #3f6e9d;
--color-5: #2b4c7d;
}
Луна background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3c2e0, #a3a1d9, #5e89d4, #3f6e9d, #2b4c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3c2e0, #a3a1d9, #5e89d4, #3f6e9d, #2b4c7d);
}
Similar color palettes
Scroll down to explore 40+ Lavender color palettes
Луна color palette created on .