Color names in this palette
CSS code for this palette
/* CSS */
.new-clay {
color: #f0c2b7;
}
.babe {
color: #e07b7b;
}
.king-crimson {
color: #c94a4a;
}
.cross-my-heart {
color: #ac2a2a;
}
.netherworld {
color: #8a1414;
}
/* CSS Variables */
:root {
--new-clay:#f0c2b7;
--babe:#e07b7b;
--king-crimson:#c94a4a;
--cross-my-heart:#ac2a2a;
--netherworld:#8a1414;
}