Apatosaurus Color Palette
Discover the beautiful Apatosaurus color palette featuring de york (#7ebc7b), puerto rico (#4ec1a0), lochinvar (#2d8f82), san juan (#2f5065) and voodoo (#4b2c4e).
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 Apatosaurus palette
💻 Apatosaurus color palette CSS
/* CSS */
.color-1 {
color: #7ebc7b;
}
.color-2 {
color: #4ec1a0;
}
.color-3 {
color: #2d8f82;
}
.color-4 {
color: #2f5065;
}
.color-5 {
color: #4b2c4e;
}
/* CSS Variables */
:root {
--color-1: #7ebc7b;
--color-2: #4ec1a0;
--color-3: #2d8f82;
--color-4: #2f5065;
--color-5: #4b2c4e;
}
🌈 Apatosaurus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ebc7b, #4ec1a0, #2d8f82, #2f5065, #4b2c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ebc7b, #4ec1a0, #2d8f82, #2f5065, #4b2c4e);
}
🔗 Explore similar color palettes
Apatosaurus color palette created on .