Color names in this palette
CSS code for this palette
/* CSS */
.heath {
color: #502b2b;
}
.marron {
color: #6c4b4b;
}
.truffle-trouble {
color: #a14f3a;
}
.bright-delight {
color: #cf5c2a;
}
.va-va-voom {
color: #e6b84c;
}
/* CSS Variables */
:root {
--heath:#502b2b;
--marron:#6c4b4b;
--truffle-trouble:#a14f3a;
--bright-delight:#cf5c2a;
--va-va-voom:#e6b84c;
}