Carnotaurus Color Palette
Discover the beautiful Carnotaurus color palette featuring mexican red (#a51d3a), flamingo (#f15a22), bright sun (#fbcb3c), moss green (#a6d8ab) and viridian (#4a8c7c).
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 Carnotaurus palette
💻 Carnotaurus color palette CSS
/* CSS */
.color-1 {
color: #a51d3a;
}
.color-2 {
color: #f15a22;
}
.color-3 {
color: #fbcb3c;
}
.color-4 {
color: #a6d8ab;
}
.color-5 {
color: #4a8c7c;
}
/* CSS Variables */
:root {
--color-1: #a51d3a;
--color-2: #f15a22;
--color-3: #fbcb3c;
--color-4: #a6d8ab;
--color-5: #4a8c7c;
} 🌈 Carnotaurus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a51d3a, #f15a22, #fbcb3c, #a6d8ab, #4a8c7c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a51d3a, #f15a22, #fbcb3c, #a6d8ab, #4a8c7c);
} 🔗 Explore similar color palettes
Carnotaurus color palette created on .