Vital Earthtones Color Palette
Discover the beautiful Vital Earthtones color palette featuring de york (#6ebf8e), sahara sand (#f3e08c), tan hide (#f6a34c), cinnabar (#e74d3c) and indigo (#4b6abe).
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 Vital Earthtones palette
💻 Vital Earthtones color palette CSS
/* CSS */
.color-1 {
color: #6ebf8e;
}
.color-2 {
color: #f3e08c;
}
.color-3 {
color: #f6a34c;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #4b6abe;
}
/* CSS Variables */
:root {
--color-1: #6ebf8e;
--color-2: #f3e08c;
--color-3: #f6a34c;
--color-4: #e74d3c;
--color-5: #4b6abe;
}
🌈 Vital Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf8e, #f3e08c, #f6a34c, #e74d3c, #4b6abe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf8e, #f3e08c, #f6a34c, #e74d3c, #4b6abe);
}
🔗 Explore similar color palettes
Vital Earthtones color palette created on .