Whispers of Violet Blooms Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Violet Blooms palette

Condividi questa palette a:

tavolozza dei colori Whispers of Violet Blooms CSS

/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #8d6a9a;
}
.color-3 {
color: #d2a3c7;
}
.color-4 {
color: #f0c1e8;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #8d6a9a;
--color-3: #d2a3c7;
--color-4: #f0c1e8;
--color-5: #eab8e4;
}

CSS con gradiente di sfondo Whispers of Violet Blooms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #8d6a9a, #d2a3c7, #f0c1e8, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #8d6a9a, #d2a3c7, #f0c1e8, #eab8e4);
}

Whispers of Violet Blooms color palette created on .