Taiga Color Palette
Discover the beautiful Taiga color palette featuring axolotl (#57714e), amulet (#809f7c), norway (#a3bda8), powder ash (#bfcec9) and nebula (#dfe8e4).
Brightness
Saturation
Warmth
💡 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 Taiga palette
💻 Taiga color palette CSS
/* CSS */
.color-1 {
color: #57714e;
}
.color-2 {
color: #809f7c;
}
.color-3 {
color: #a3bda8;
}
.color-4 {
color: #bfcec9;
}
.color-5 {
color: #dfe8e4;
}
/* CSS Variables */
:root {
--color-1: #57714e;
--color-2: #809f7c;
--color-3: #a3bda8;
--color-4: #bfcec9;
--color-5: #dfe8e4;
} 🌈 Taiga background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #57714e, #809f7c, #a3bda8, #bfcec9, #dfe8e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #57714e, #809f7c, #a3bda8, #bfcec9, #dfe8e4);
} 🔗 Explore similar color palettes
Taiga color palette created on .