Mystic Earthtones Color Palette

Discover the beautiful Mystic Earthtones color palette featuring baltic sea (#1d1c22), tuna (#39393c), scarpa flow (#5b5b5d), makara (#8b7b6f) and laser (#c9a769).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Black, Deep, Earthy, Neutral 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 Mystic Earthtones palette

Share this palette to:

💻 Mystic Earthtones color palette CSS

/* CSS */
.color-1 {
color: #1d1c22;
}
.color-2 {
color: #39393c;
}
.color-3 {
color: #5b5b5d;
}
.color-4 {
color: #8b7b6f;
}
.color-5 {
color: #c9a769;
}

/* CSS Variables */
:root {
--color-1: #1d1c22;
--color-2: #39393c;
--color-3: #5b5b5d;
--color-4: #8b7b6f;
--color-5: #c9a769;
}

🌈 Mystic Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1c22, #39393c, #5b5b5d, #8b7b6f, #c9a769);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1c22, #39393c, #5b5b5d, #8b7b6f, #c9a769);
}

Mystic Earthtones color palette created on .