Whispers of the Woodland Cottage Color Palette

Discover the beautiful Whispers of the Woodland Cottage color palette featuring shadow green (#9fc6c1), oxley (#7d9b88), spring leaves (#5b806c), mineral green (#3e5b51) and outer space (#2c3c3f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Forest, Green, Nature color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

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 .