Луна Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Луна palette

Share this palette to:

Луна color palette PNG image

Download луна color palette PNG image (landscape)
Download луна color palette PNG image (square)

Луна 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);
}

Луна color palette created on .