Color names in this palette
CSS code for this palette
/* CSS */
.barely-pink {
color: #f7d4df;
}
.rose-mallow {
color: #f3a5c7;
}
.true-love {
color: #e57b8d;
}
.camellia-rose {
color: #e34f6c;
}
.crimson-garland {
color: #981f33;
}
/* CSS Variables */
:root {
--barely-pink:#f7d4df;
--rose-mallow:#f3a5c7;
--true-love:#e57b8d;
--camellia-rose:#e34f6c;
--crimson-garland:#981f33;
}