Whimsical Lace Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whimsical Lace palette

Condividi questa palette a:

tavolozza dei colori Whimsical Lace CSS

/* CSS */
.color-1 {
color: #f6d1b6;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d69eab;
}
.color-4 {
color: #a9709d;
}
.color-5 {
color: #a85eba;
}

/* CSS Variables */
:root {
--color-1: #f6d1b6;
--color-2: #e9b79f;
--color-3: #d69eab;
--color-4: #a9709d;
--color-5: #a85eba;
}

CSS con gradiente di sfondo Whimsical Lace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d1b6, #e9b79f, #d69eab, #a9709d, #a85eba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d1b6, #e9b79f, #d69eab, #a9709d, #a85eba);
}

Whimsical Lace color palette created on .