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: #1a1c3d;
}
.color-2 {
color: #3b4f8c;
}
.color-3 {
color: #6a8ec8;
}
.color-4 {
color: #a4cfe5;
}
.color-5 {
color: #f2e2ca;
}

/* CSS Variables */
:root {
--color-1: #1a1c3d;
--color-2: #3b4f8c;
--color-3: #6a8ec8;
--color-4: #a4cfe5;
--color-5: #f2e2ca;
}

CSS con gradiente di sfondo Ethereal Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c3d, #3b4f8c, #6a8ec8, #a4cfe5, #f2e2ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c3d, #3b4f8c, #6a8ec8, #a4cfe5, #f2e2ca);
}

Ethereal Twilight color palette created on .