Dark Luna Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Luna palette

Share this palette to:

Dark Luna color palette PNG image

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

Dark Luna color palette CSS

/* CSS */
.color-1 {
color: #1e194d;
}
.color-2 {
color: #4b3d71;
}
.color-3 {
color: #7a5d8e;
}
.color-4 {
color: #b48ea6;
}
.color-5 {
color: #f7cada;
}

/* CSS Variables */
:root {
--color-1: #1e194d;
--color-2: #4b3d71;
--color-3: #7a5d8e;
--color-4: #b48ea6;
--color-5: #f7cada;
}

Dark Luna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e194d, #4b3d71, #7a5d8e, #b48ea6, #f7cada);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e194d, #4b3d71, #7a5d8e, #b48ea6, #f7cada);
}

Dark Luna color palette created on .