Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f0a5a3;
}
.redstone {
color: #e16b6d;
}
.iridescent-red {
color: #c94f5e;
}
.indian-pink {
color: #a95b7d;
}
.murasaki-purple {
color: #8a4f92;
}
/* CSS Variables */
:root {
--calabrese:#f0a5a3;
--redstone:#e16b6d;
--iridescent-red:#c94f5e;
--indian-pink:#a95b7d;
--murasaki-purple:#8a4f92;
}