Wetland Whimsy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wetland Whimsy palette

Condividi questa palette a:

tavolozza dei colori Wetland Whimsy CSS

/* CSS */
.color-1 {
color: #bfaf8d;
}
.color-2 {
color: #a86e5d;
}
.color-3 {
color: #684e4a;
}
.color-4 {
color: #d6c171;
}
.color-5 {
color: #f9b4b4;
}

/* CSS Variables */
:root {
--color-1: #bfaf8d;
--color-2: #a86e5d;
--color-3: #684e4a;
--color-4: #d6c171;
--color-5: #f9b4b4;
}

CSS con gradiente di sfondo Wetland Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfaf8d, #a86e5d, #684e4a, #d6c171, #f9b4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfaf8d, #a86e5d, #684e4a, #d6c171, #f9b4b4);
}

Wetland Whimsy color palette created on .