Twin Peaks Color Palette

Discover the beautiful Twin Peaks color palette featuring norway (#a4bca6), oxley (#7d9b8f), faded jade (#4b7c7b), mineral green (#3e5c60) and spectra (#2c4d4e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Teal, Gray, Forest, Mountain, Earthy, Nature, Blue 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 Twin Peaks palette

Share this palette to:

💻 Twin Peaks color palette CSS

/* CSS */
.color-1 {
color: #a4bca6;
}
.color-2 {
color: #7d9b8f;
}
.color-3 {
color: #4b7c7b;
}
.color-4 {
color: #3e5c60;
}
.color-5 {
color: #2c4d4e;
}

/* CSS Variables */
:root {
--color-1: #a4bca6;
--color-2: #7d9b8f;
--color-3: #4b7c7b;
--color-4: #3e5c60;
--color-5: #2c4d4e;
}

🌈 Twin Peaks background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4bca6, #7d9b8f, #4b7c7b, #3e5c60, #2c4d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4bca6, #7d9b8f, #4b7c7b, #3e5c60, #2c4d4e);
}

Twin Peaks color palette created on .