Whimsical Woods Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Woods palette

Share this palette to:

Whimsical Woods color palette CSS

/* CSS */
.color-1 {
color: #8ca5b1;
}
.color-2 {
color: #e2b8a2;
}
.color-3 {
color: #f5c0b7;
}
.color-4 {
color: #ffae6b;
}
.color-5 {
color: #d99c6d;
}

/* CSS Variables */
:root {
--color-1: #8ca5b1;
--color-2: #e2b8a2;
--color-3: #f5c0b7;
--color-4: #ffae6b;
--color-5: #d99c6d;
}

Whimsical Woods background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ca5b1, #e2b8a2, #f5c0b7, #ffae6b, #d99c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ca5b1, #e2b8a2, #f5c0b7, #ffae6b, #d99c6d);
}

Whimsical Woods color palette created on .