Color names in this palette
CSS code for this palette
/* CSS */
.crimson-garland {
color: #982a2c;
}
.pimm-s {
color: #c45a5c;
}
.pink-chi {
color: #e6898b;
}
.precious-pink {
color: #f6b1b4;
}
.we-peep {
color: #fdd8d9;
}
/* CSS Variables */
:root {
--crimson-garland:#982a2c;
--pimm-s:#c45a5c;
--pink-chi:#e6898b;
--precious-pink:#f6b1b4;
--we-peep:#fdd8d9;
}