70s Gemstone Color Palette
Discover the beautiful 70s Gemstone color palette featuring oxley (#7d9b8f), gum leaf (#b7d7c6), blossom (#e1b7c3), burning sand (#d98e7d) and contessa (#c06b5d).
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 70s Gemstone palette
💻 70s Gemstone color palette CSS
/* CSS */
.color-1 {
color: #7d9b8f;
}
.color-2 {
color: #b7d7c6;
}
.color-3 {
color: #e1b7c3;
}
.color-4 {
color: #d98e7d;
}
.color-5 {
color: #c06b5d;
}
/* CSS Variables */
:root {
--color-1: #7d9b8f;
--color-2: #b7d7c6;
--color-3: #e1b7c3;
--color-4: #d98e7d;
--color-5: #c06b5d;
}
🌈 70s Gemstone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9b8f, #b7d7c6, #e1b7c3, #d98e7d, #c06b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9b8f, #b7d7c6, #e1b7c3, #d98e7d, #c06b5d);
}
🔗 Explore similar color palettes
70s Gemstone color palette created on .