Color names in this palette
CSS code for this palette
/* CSS */
.cocoa-butter {
color: #f6f3c1;
}
.australium-gold {
color: #e5b33e;
}
.opulent {
color: #d68a2e;
}
.peanut-butter-jelly {
color: #c94c26;
}
.rustic-rouge {
color: #9d2a2a;
}
/* CSS Variables */
:root {
--cocoa-butter:#f6f3c1;
--australium-gold:#e5b33e;
--opulent:#d68a2e;
--peanut-butter-jelly:#c94c26;
--rustic-rouge:#9d2a2a;
}