Ethereal Twilight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Twilight palette

Condividi questa palette a:

tavolozza dei colori Ethereal Twilight CSS

/* CSS */
.color-1 {
color: #d1b3e0;
}
.color-2 {
color: #9f7cb6;
}
.color-3 {
color: #5c4e8d;
}
.color-4 {
color: #402a6f;
}
.color-5 {
color: #1e194d;
}

/* CSS Variables */
:root {
--color-1: #d1b3e0;
--color-2: #9f7cb6;
--color-3: #5c4e8d;
--color-4: #402a6f;
--color-5: #1e194d;
}

CSS con gradiente di sfondo Ethereal Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b3e0, #9f7cb6, #5c4e8d, #402a6f, #1e194d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b3e0, #9f7cb6, #5c4e8d, #402a6f, #1e194d);
}

Ethereal Twilight color palette created on .