Color names in this palette
CSS code for this palette
/* CSS */
.strong-envy {
color: #7c2d2d;
}
.escalante {
color: #a85d5d;
}
.scrofulous-brown {
color: #d8a73b;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.golden-glam {
color: #f1b941;
}
/* CSS Variables */
:root {
--strong-envy:#7c2d2d;
--escalante:#a85d5d;
--scrofulous-brown:#d8a73b;
--enjoyable-yellow:#f6d6a7;
--golden-glam:#f1b941;
}