Whispers of the Woodland Cottage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Woodland Cottage palette

Share this palette to:

Whispers of the Woodland Cottage color palette CSS

/* CSS */
.color-1 {
color: #9fc6c1;
}
.color-2 {
color: #7d9b88;
}
.color-3 {
color: #5b806c;
}
.color-4 {
color: #3e5b51;
}
.color-5 {
color: #2c3c3f;
}

/* CSS Variables */
:root {
--color-1: #9fc6c1;
--color-2: #7d9b88;
--color-3: #5b806c;
--color-4: #3e5b51;
--color-5: #2c3c3f;
}

Whispers of the Woodland Cottage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc6c1, #7d9b88, #5b806c, #3e5b51, #2c3c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc6c1, #7d9b88, #5b806c, #3e5b51, #2c3c3f);
}

Whispers of the Woodland Cottage color palette created on .