Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.red-gore {
color: #b31500;
}
.south-shore-sun {
color: #ffdb9e;
}
.caramel-coating {
color: #b37914;
}
.carolina-reaper {
color: #ff1500;
}
/* CSS Variables */
:root {
--black:#000000;
--red-gore:#b31500;
--south-shore-sun:#ffdb9e;
--caramel-coating:#b37914;
--carolina-reaper:#ff1500;
}