Lunar Dusk Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lunar Dusk palette

Condividi questa palette a:

tavolozza dei colori Lunar Dusk CSS

/* CSS */
.color-1 {
color: #f3e8f3;
}
.color-2 {
color: #d1c2e5;
}
.color-3 {
color: #a492d3;
}
.color-4 {
color: #7e62b7;
}
.color-5 {
color: #5a3d8f;
}

/* CSS Variables */
:root {
--color-1: #f3e8f3;
--color-2: #d1c2e5;
--color-3: #a492d3;
--color-4: #7e62b7;
--color-5: #5a3d8f;
}

CSS con gradiente di sfondo Lunar Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e8f3, #d1c2e5, #a492d3, #7e62b7, #5a3d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e8f3, #d1c2e5, #a492d3, #7e62b7, #5a3d8f);
}

Lunar Dusk color palette created on .