Whispers of Twilight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Twilight palette

Condividi questa palette a:

tavolozza dei colori Whispers of Twilight CSS

/* CSS */
.color-1 {
color: #d0e5eb;
}
.color-2 {
color: #c3c0ce;
}
.color-3 {
color: #c4b5b5;
}
.color-4 {
color: #ccb194;
}
.color-5 {
color: #907fcc;
}

/* CSS Variables */
:root {
--color-1: #d0e5eb;
--color-2: #c3c0ce;
--color-3: #c4b5b5;
--color-4: #ccb194;
--color-5: #907fcc;
}

CSS con gradiente di sfondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e5eb, #c3c0ce, #c4b5b5, #ccb194, #907fcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e5eb, #c3c0ce, #c4b5b5, #ccb194, #907fcc);
}

Whispers of Twilight color palette created on .