Color names in this palette
CSS code for this palette
/* CSS */
.stanger-red {
color: #a30000;
}
.madder-red {
color: #b72a2a;
}
.roman {
color: #d55d5d;
}
.strawberry-ice {
color: #e78d8d;
}
.brain-pink {
color: #f2b1b1;
}
/* CSS Variables */
:root {
--stanger-red:#a30000;
--madder-red:#b72a2a;
--roman:#d55d5d;
--strawberry-ice:#e78d8d;
--brain-pink:#f2b1b1;
}