Wetland Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wetland Whimsy palette

Share this palette to:

Wetland Whimsy color palette 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;
}

Wetland Whimsy background gradient CSS

/* 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 .