Whispers of Belladonna Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Belladonna palette

Condividi questa palette a:

tavolozza dei colori Whispers of Belladonna CSS

/* CSS */
.color-1 {
color: #d9a1b3;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #f2c5e3;
}
.color-4 {
color: #c69fc4;
}
.color-5 {
color: #a77b92;
}

/* CSS Variables */
:root {
--color-1: #d9a1b3;
--color-2: #eab8d1;
--color-3: #f2c5e3;
--color-4: #c69fc4;
--color-5: #a77b92;
}

CSS con gradiente di sfondo Whispers of Belladonna

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a1b3, #eab8d1, #f2c5e3, #c69fc4, #a77b92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a1b3, #eab8d1, #f2c5e3, #c69fc4, #a77b92);
}

Whispers of Belladonna color palette created on .