Smoky Mountains Color Palette

Discover the beautiful Smoky Mountains color palette featuring rock blue (#a0baca), gothic (#6c8e9d), fiord (#3d5a66), spectra (#2d4c52) and te papa green (#1c3b3f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMountain, Smoky, Blue, Green, Earthy, Deep, Nature, Coastal, Forest 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 Smoky Mountains palette

Share this palette to:

💻 Smoky Mountains color palette CSS

/* CSS */
.color-1 {
color: #a0baca;
}
.color-2 {
color: #6c8e9d;
}
.color-3 {
color: #3d5a66;
}
.color-4 {
color: #2d4c52;
}
.color-5 {
color: #1c3b3f;
}

/* CSS Variables */
:root {
--color-1: #a0baca;
--color-2: #6c8e9d;
--color-3: #3d5a66;
--color-4: #2d4c52;
--color-5: #1c3b3f;
}

🌈 Smoky Mountains background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0baca, #6c8e9d, #3d5a66, #2d4c52, #1c3b3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0baca, #6c8e9d, #3d5a66, #2d4c52, #1c3b3f);
}

Smoky Mountains color palette created on .