Color names in this palette
CSS code for this palette
/* CSS */
.sulfur-yellow {
color: #d9c259;
}
.loquat-brown {
color: #af7b4b;
}
.nutmeg {
color: #7d4b3b;
}
.heath {
color: #4e2c2d;
}
.delighted-chimp {
color: #2d1a2e;
}
/* CSS Variables */
:root {
--sulfur-yellow:#d9c259;
--loquat-brown:#af7b4b;
--nutmeg:#7d4b3b;
--heath:#4e2c2d;
--delighted-chimp:#2d1a2e;
}