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: #3f1c4f;
}
.color-2 {
color: #5a3e8e;
}
.color-3 {
color: #7b5bae;
}
.color-4 {
color: #a17fc3;
}
.color-5 {
color: #d0b2e1;
}

/* CSS Variables */
:root {
--color-1: #3f1c4f;
--color-2: #5a3e8e;
--color-3: #7b5bae;
--color-4: #a17fc3;
--color-5: #d0b2e1;
}

CSS con gradiente di sfondo Twilight Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f1c4f, #5a3e8e, #7b5bae, #a17fc3, #d0b2e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f1c4f, #5a3e8e, #7b5bae, #a17fc3, #d0b2e1);
}

Twilight Whispers color palette created on .