Color names in this palette
CSS code for this palette
/* CSS */
.berry-chocolate {
color: #42050b;
}
.tetsu-black {
color: #283932;
}
.funnel-cloud {
color: #123763;
}
.cashew {
color: #a57045;
}
.redrock-canyon {
color: #a14b45;
}
/* CSS Variables */
:root {
--berry-chocolate:#42050b;
--tetsu-black:#283932;
--funnel-cloud:#123763;
--cashew:#a57045;
--redrock-canyon:#a14b45;
}