Color names in this palette
CSS code for this palette
/* CSS */
.cherry-flower {
color: #f9d7e9;
}
.fairy-tale {
color: #f0b2c7;
}
.always-rosey {
color: #e89bb4;
}
.the-sickener {
color: #d86f95;
}
.cherry-pink {
color: #c55e78;
}
/* CSS Variables */
:root {
--cherry-flower:#f9d7e9;
--fairy-tale:#f0b2c7;
--always-rosey:#e89bb4;
--the-sickener:#d86f95;
--cherry-pink:#c55e78;
}