Frosted Wrenwood Color Palette

Discover the beautiful Frosted Wrenwood color palette featuring bud (#a2b09c), oxley (#7d9b8e), bismark (#4d7b80), casal (#2c5a5e) and te papa green (#203b3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Blue, Winter, Earthy, Soft 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 Frosted Wrenwood palette

Share this palette to:

💻 Frosted Wrenwood color palette CSS

/* CSS */
.color-1 {
color: #a2b09c;
}
.color-2 {
color: #7d9b8e;
}
.color-3 {
color: #4d7b80;
}
.color-4 {
color: #2c5a5e;
}
.color-5 {
color: #203b3c;
}

/* CSS Variables */
:root {
--color-1: #a2b09c;
--color-2: #7d9b8e;
--color-3: #4d7b80;
--color-4: #2c5a5e;
--color-5: #203b3c;
}

🌈 Frosted Wrenwood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b09c, #7d9b8e, #4d7b80, #2c5a5e, #203b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b09c, #7d9b8e, #4d7b80, #2c5a5e, #203b3c);
}

Frosted Wrenwood color palette created on .