Color names in this palette
CSS code for this palette
/* CSS */
.stanger-red {
color: #a30000;
}
.madder-red {
color: #b52c2c;
}
.bricks-of-hope {
color: #d75b5b;
}
.amber-glow {
color: #f39d39;
}
.marigold-yellow {
color: #f9e771;
}
/* CSS Variables */
:root {
--stanger-red:#a30000;
--madder-red:#b52c2c;
--bricks-of-hope:#d75b5b;
--amber-glow:#f39d39;
--marigold-yellow:#f9e771;
}