Taurus Color Palette

Discover the beautiful Taurus color palette featuring shingle fawn (#714e38), brandy (#d9b88c), tasman (#cad9c9), spindle (#b0d2e8) and hippie blue (#4b9da0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Brown, Soft, Modern, Bright, Masculine, Summer 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 Taurus palette

Share this palette to:

💻 Taurus color palette CSS

/* CSS */
.color-1 {
color: #714e38;
}
.color-2 {
color: #d9b88c;
}
.color-3 {
color: #cad9c9;
}
.color-4 {
color: #b0d2e8;
}
.color-5 {
color: #4b9da0;
}

/* CSS Variables */
:root {
--color-1: #714e38;
--color-2: #d9b88c;
--color-3: #cad9c9;
--color-4: #b0d2e8;
--color-5: #4b9da0;
}

🌈 Taurus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714e38, #d9b88c, #cad9c9, #b0d2e8, #4b9da0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714e38, #d9b88c, #cad9c9, #b0d2e8, #4b9da0);
}

Taurus color palette created on .