Color names in this palette
CSS code for this palette
/* CSS */
.stanger-red {
color: #a30000;
}
.akuma {
color: #d33131;
}
.grapefruit-pulp {
color: #ff7161;
}
.frozen-salmon {
color: #ffa98f;
}
.peach-of-mind {
color: #ffe0b3;
}
/* CSS Variables */
:root {
--stanger-red:#a30000;
--akuma:#d33131;
--grapefruit-pulp:#ff7161;
--frozen-salmon:#ffa98f;
--peach-of-mind:#ffe0b3;
}