Луна 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: #e5c8d5;
}
.color-2 {
color: #b7a2c3;
}
.color-3 {
color: #788dba;
}
.color-4 {
color: #4b7b91;
}
.color-5 {
color: #1e4d67;
}

/* CSS Variables */
:root {
--color-1: #e5c8d5;
--color-2: #b7a2c3;
--color-3: #788dba;
--color-4: #4b7b91;
--color-5: #1e4d67;
}

Луна background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c8d5, #b7a2c3, #788dba, #4b7b91, #1e4d67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c8d5, #b7a2c3, #788dba, #4b7b91, #1e4d67);
}

Луна color palette created on .