Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f5c2c8;
}
.changeling-pink {
color: #f4a9d1;
}
.pastel-magenta {
color: #f89bc0;
}
.mixed-fruit {
color: #f7bab6;
}
.cherished-one {
color: #ff8f8f;
}
/* CSS Variables */
:root {
--rose-reminder:#f5c2c8;
--changeling-pink:#f4a9d1;
--pastel-magenta:#f89bc0;
--mixed-fruit:#f7bab6;
--cherished-one:#ff8f8f;
}