Arrhinoceratops Color Palette
Discover the beautiful Arrhinoceratops color palette featuring old gold (#d6b64c), old gold (#d1a94d), old gold (#d19b3d), marigold (#c2892e) and paarl (#a85d2e).
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 Arrhinoceratops palette
💻 Arrhinoceratops color palette CSS
/* CSS */
.color-1 {
color: #d6b64c;
}
.color-2 {
color: #d1a94d;
}
.color-3 {
color: #d19b3d;
}
.color-4 {
color: #c2892e;
}
.color-5 {
color: #a85d2e;
}
/* CSS Variables */
:root {
--color-1: #d6b64c;
--color-2: #d1a94d;
--color-3: #d19b3d;
--color-4: #c2892e;
--color-5: #a85d2e;
} 🌈 Arrhinoceratops background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b64c, #d1a94d, #d19b3d, #c2892e, #a85d2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b64c, #d1a94d, #d19b3d, #c2892e, #a85d2e);
} 🔗 Explore similar color palettes
Arrhinoceratops color palette created on .