Twilight Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Twilight Whispers palette

Condividi questa palette a:

tavolozza dei colori Twilight Whispers CSS

/* CSS */
.color-1 {
color: #3b2e5c;
}
.color-2 {
color: #7b6d97;
}
.color-3 {
color: #a58fae;
}
.color-4 {
color: #d4b9d0;
}
.color-5 {
color: #f2d7b0;
}

/* CSS Variables */
:root {
--color-1: #3b2e5c;
--color-2: #7b6d97;
--color-3: #a58fae;
--color-4: #d4b9d0;
--color-5: #f2d7b0;
}

CSS con gradiente di sfondo Twilight Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2e5c, #7b6d97, #a58fae, #d4b9d0, #f2d7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2e5c, #7b6d97, #a58fae, #d4b9d0, #f2d7b0);
}

Twilight Whispers color palette created on .