Luna Doce Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luna Doce palette

Share this palette to:

Luna Doce color palette PNG image

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

Luna Doce color palette CSS

/* CSS */
.color-1 {
color: #f4d2e1;
}
.color-2 {
color: #e6b2d4;
}
.color-3 {
color: #d8a6c3;
}
.color-4 {
color: #c392c0;
}
.color-5 {
color: #a4608c;
}

/* CSS Variables */
:root {
--color-1: #f4d2e1;
--color-2: #e6b2d4;
--color-3: #d8a6c3;
--color-4: #c392c0;
--color-5: #a4608c;
}

Luna Doce background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d2e1, #e6b2d4, #d8a6c3, #c392c0, #a4608c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d2e1, #e6b2d4, #d8a6c3, #c392c0, #a4608c);
}

Luna Doce color palette created on .