Color names in this palette
CSS code for this palette
/* CSS */
.rusty-chainmail {
color: #c94a4c;
}
.lively-coral {
color: #e67a7e;
}
.calabrese {
color: #f2a6a8;
}
.first-daughter {
color: #f8d3d8;
}
.pink-tutu {
color: #fbe4e7;
}
/* CSS Variables */
:root {
--rusty-chainmail:#c94a4c;
--lively-coral:#e67a7e;
--calabrese:#f2a6a8;
--first-daughter:#f8d3d8;
--pink-tutu:#fbe4e7;
}