Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f9a9b9;
}
.blush-hour {
color: #ff7092;
}
.mexican-milk {
color: #ffb8b3;
}
.sly-shrimp {
color: #f7e2d9;
}
.lion-cub {
color: #f9cfa4;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f9a9b9;
--blush-hour:#ff7092;
--mexican-milk:#ffb8b3;
--sly-shrimp:#f7e2d9;
--lion-cub:#f9cfa4;
}