Whispering Woods Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Woods palette

Share this palette to:

Whispering Woods color palette CSS

/* CSS */
.color-1 {
color: #593936;
}
.color-2 {
color: #c2a3c7;
}
.color-3 {
color: #191010;
}
.color-4 {
color: #d9ced7;
}
.color-5 {
color: #bc7c67;
}

/* CSS Variables */
:root {
--color-1: #593936;
--color-2: #c2a3c7;
--color-3: #191010;
--color-4: #d9ced7;
--color-5: #bc7c67;
}

Whispering Woods background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #593936, #c2a3c7, #191010, #d9ced7, #bc7c67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #593936, #c2a3c7, #191010, #d9ced7, #bc7c67);
}

Whispering Woods color palette created on .