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: #3b2a4c;
}
.color-2 {
color: #5a4a8c;
}
.color-3 {
color: #8c609f;
}
.color-4 {
color: #c68bba;
}
.color-5 {
color: #f2bad9;
}

/* CSS Variables */
:root {
--color-1: #3b2a4c;
--color-2: #5a4a8c;
--color-3: #8c609f;
--color-4: #c68bba;
--color-5: #f2bad9;
}

CSS con gradiente di sfondo Whispers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a4c, #5a4a8c, #8c609f, #c68bba, #f2bad9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a4c, #5a4a8c, #8c609f, #c68bba, #f2bad9);
}

Whispers of Twilight color palette created on .