Taurus Color Palette
Discover the beautiful Taurus color palette featuring camouflage green (#7b8d6d), spring rain (#a1c69f), zanah (#d2e9c9), frost (#f0f9e7) and sandwisp (#f6e0a7).
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 Taurus palette
💻 Taurus color palette CSS
/* CSS */
.color-1 {
color: #7b8d6d;
}
.color-2 {
color: #a1c69f;
}
.color-3 {
color: #d2e9c9;
}
.color-4 {
color: #f0f9e7;
}
.color-5 {
color: #f6e0a7;
}
/* CSS Variables */
:root {
--color-1: #7b8d6d;
--color-2: #a1c69f;
--color-3: #d2e9c9;
--color-4: #f0f9e7;
--color-5: #f6e0a7;
} 🌈 Taurus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b8d6d, #a1c69f, #d2e9c9, #f0f9e7, #f6e0a7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b8d6d, #a1c69f, #d2e9c9, #f0f9e7, #f6e0a7);
} 🔗 Explore similar color palettes
Taurus color palette created on .