Tundora Inspired Color Palette

Discover the beautiful Tundora Inspired color palette featuring tundora (#494143), boulder (#7b7574), silver chalice (#afa8a7), swiss coffee (#e2d8d5) and pot pourri (#f5e3e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Coastal, Earthy, Gray, Light, Modern, Neutral, Soft, Vintage, Warm 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 Tundora Inspired palette

Share this palette to:

💻 Tundora Inspired color palette CSS

/* CSS */
.color-1 {
color: #494143;
}
.color-2 {
color: #7b7574;
}
.color-3 {
color: #afa8a7;
}
.color-4 {
color: #e2d8d5;
}
.color-5 {
color: #f5e3e0;
}

/* CSS Variables */
:root {
--color-1: #494143;
--color-2: #7b7574;
--color-3: #afa8a7;
--color-4: #e2d8d5;
--color-5: #f5e3e0;
}

🌈 Tundora Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #494143, #7b7574, #afa8a7, #e2d8d5, #f5e3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #494143, #7b7574, #afa8a7, #e2d8d5, #f5e3e0);
}

Tundora Inspired color palette created on .