Argentinosaurus Color Palette
Discover the beautiful Argentinosaurus color palette featuring rio grande (#c4d600), limeade (#7ab800), limeade (#4c9e00), verdun green (#3f7a00) and verdun green (#2e5c00).
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 Argentinosaurus palette
💻 Argentinosaurus color palette CSS
/* CSS */
.color-1 {
color: #c4d600;
}
.color-2 {
color: #7ab800;
}
.color-3 {
color: #4c9e00;
}
.color-4 {
color: #3f7a00;
}
.color-5 {
color: #2e5c00;
}
/* CSS Variables */
:root {
--color-1: #c4d600;
--color-2: #7ab800;
--color-3: #4c9e00;
--color-4: #3f7a00;
--color-5: #2e5c00;
} 🌈 Argentinosaurus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d600, #7ab800, #4c9e00, #3f7a00, #2e5c00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d600, #7ab800, #4c9e00, #3f7a00, #2e5c00);
} 🔗 Explore similar color palettes
Argentinosaurus color palette created on .