Whimsical Bloom Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whimsical Bloom palette

Condividi questa palette a:

tavolozza dei colori Whimsical Bloom CSS

/* CSS */
.color-1 {
color: #fba2e3;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #d4a6d9;
}
.color-4 {
color: #c78ccf;
}
.color-5 {
color: #a15ea6;
}

/* CSS Variables */
:root {
--color-1: #fba2e3;
--color-2: #eab8e4;
--color-3: #d4a6d9;
--color-4: #c78ccf;
--color-5: #a15ea6;
}

CSS con gradiente di sfondo Whimsical Bloom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fba2e3, #eab8e4, #d4a6d9, #c78ccf, #a15ea6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fba2e3, #eab8e4, #d4a6d9, #c78ccf, #a15ea6);
}

Whimsical Bloom color palette created on .