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: #f2a1d8;
}
.color-2 {
color: #d69eba;
}
.color-3 {
color: #a68dc4;
}
.color-4 {
color: #7a7db3;
}
.color-5 {
color: #4b79ce;
}

/* CSS Variables */
:root {
--color-1: #f2a1d8;
--color-2: #d69eba;
--color-3: #a68dc4;
--color-4: #7a7db3;
--color-5: #4b79ce;
}

Luna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1d8, #d69eba, #a68dc4, #7a7db3, #4b79ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1d8, #d69eba, #a68dc4, #7a7db3, #4b79ce);
}

Luna color palette created on .