Color names in this palette
CSS code for this palette
/* CSS */
.scab-red {
color: #8f0000;
}
.sappanwood {
color: #9f3c3c;
}
.watermelon-crush {
color: #c06d6d;
}
.passive-pink {
color: #d9a1a1;
}
.french-bustle {
color: #f3d3d3;
}
/* CSS Variables */
:root {
--scab-red:#8f0000;
--sappanwood:#9f3c3c;
--watermelon-crush:#c06d6d;
--passive-pink:#d9a1a1;
--french-bustle:#f3d3d3;
}