Color names in this palette
CSS code for this palette
/* CSS */
.dress-up {
color: #f9c7be;
}
.roseberry {
color: #f5a59e;
}
.flower-blossom-pink {
color: #f07f8a;
}
.heather-berry {
color: #e8597f;
}
.rosy-cheeks {
color: #d84b6e;
}
/* CSS Variables */
:root {
--dress-up:#f9c7be;
--roseberry:#f5a59e;
--flower-blossom-pink:#f07f8a;
--heather-berry:#e8597f;
--rosy-cheeks:#d84b6e;
}