Луна Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Луна palette
Луна color palette PNG image
Луна color palette CSS
/* CSS */
.color-1 {
color: #f0e4f6;
}
.color-2 {
color: #d1c3e9;
}
.color-3 {
color: #a6c6ed;
}
.color-4 {
color: #6cb7f4;
}
.color-5 {
color: #2a90bb;
}
/* CSS Variables */
:root {
--color-1: #f0e4f6;
--color-2: #d1c3e9;
--color-3: #a6c6ed;
--color-4: #6cb7f4;
--color-5: #2a90bb;
}
Луна background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e4f6, #d1c3e9, #a6c6ed, #6cb7f4, #2a90bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e4f6, #d1c3e9, #a6c6ed, #6cb7f4, #2a90bb);
}
Similar color palettes
Scroll down to explore 40+ Lavender color palettes
Луна color palette created on .