Whispers of Biloba Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Biloba palette

Condividi questa palette a:

tavolozza dei colori Whispers of Biloba CSS

/* CSS */
.color-1 {
color: #b29fe9;
}
.color-2 {
color: #d2bfe8;
}
.color-3 {
color: #f2d4e3;
}
.color-4 {
color: #fbcfb7;
}
.color-5 {
color: #fbcf8e;
}

/* CSS Variables */
:root {
--color-1: #b29fe9;
--color-2: #d2bfe8;
--color-3: #f2d4e3;
--color-4: #fbcfb7;
--color-5: #fbcf8e;
}

CSS con gradiente di sfondo Whispers of Biloba

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b29fe9, #d2bfe8, #f2d4e3, #fbcfb7, #fbcf8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b29fe9, #d2bfe8, #f2d4e3, #fbcfb7, #fbcf8e);
}

Whispers of Biloba color palette created on .