70s Gemstone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 70s Gemstone palette
Color Inspiration
Images that showcase this color palette in real designs
Download 70s Gemstone Color Palette (PNG)
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);
}
Similar color palettes
70s Gemstone color palette created on .