Color names in this palette
CSS code for this palette
/* CSS */
.stanger-red {
color: #a30000;
}
.carnelian {
color: #b51c1c;
}
.jasper {
color: #d93f3f;
}
.sugar-poppy {
color: #e58080;
}
.silver-strawberry {
color: #f2c0c0;
}
/* CSS Variables */
:root {
--stanger-red:#a30000;
--carnelian:#b51c1c;
--jasper:#d93f3f;
--sugar-poppy:#e58080;
--silver-strawberry:#f2c0c0;
}