Color names in this palette
CSS code for this palette
/* CSS */
.cg-red {
color: #d93b30;
}
.extreme-carrot {
color: #ff6d2e;
}
.cape-jasmine {
color: #ffb85c;
}
.james-blonde {
color: #f2e3b5;
}
.thunder {
color: #4d4d4d;
}
/* CSS Variables */
:root {
--cg-red:#d93b30;
--extreme-carrot:#ff6d2e;
--cape-jasmine:#ffb85c;
--james-blonde:#f2e3b5;
--thunder:#4d4d4d;
}