Color names in this palette
CSS code for this palette
/* CSS */
.buried-gold {
color: #dab94e;
}
.mulberry-thorn {
color: #c67a2f;
}
.smoked-paprika {
color: #7d3b2c;
}
.nettle-green {
color: #3a4b2a;
}
.turkish-jade {
color: #298b8e;
}
/* CSS Variables */
:root {
--buried-gold:#dab94e;
--mulberry-thorn:#c67a2f;
--smoked-paprika:#7d3b2c;
--nettle-green:#3a4b2a;
--turkish-jade:#298b8e;
}