Taurus Color Palette
Discover the beautiful Taurus color palette featuring olive drab (#6b8f24), ocean green (#3cb472), school bus yellow (#ffd900), coral (#ff8052) and mexican red (#b42222).
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: #6b8f24;
}
.color-2 {
color: #3cb472;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #b42222;
}
/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #3cb472;
--color-3: #ffd900;
--color-4: #ff8052;
--color-5: #b42222;
} ๐ Taurus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #3cb472, #ffd900, #ff8052, #b42222);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #3cb472, #ffd900, #ff8052, #b42222);
} ๐ Explore similar color palettes
Taurus color palette created on .