Luna Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luna palette

Share this palette to:

Luna color palette PNG image

Download luna color palette PNG image (landscape)
Download luna color palette PNG image (square)

Luna color palette CSS

/* CSS */
.color-1 {
color: #d2c1e1;
}
.color-2 {
color: #b1a3d7;
}
.color-3 {
color: #8a7bc6;
}
.color-4 {
color: #685cc7;
}
.color-5 {
color: #4a3cb4;
}

/* CSS Variables */
:root {
--color-1: #d2c1e1;
--color-2: #b1a3d7;
--color-3: #8a7bc6;
--color-4: #685cc7;
--color-5: #4a3cb4;
}

Luna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c1e1, #b1a3d7, #8a7bc6, #685cc7, #4a3cb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c1e1, #b1a3d7, #8a7bc6, #685cc7, #4a3cb4);
}

Luna color palette created on .