Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #fbc6d0;
}
.fresh-on-the-market {
color: #f7a6b9;
}
.poppy-petal {
color: #f89c8b;
}
.orange-fire {
color: #fbb06a;
}
.yellow-jacket {
color: #fbcb3c;
}
/* CSS Variables */
:root {
--rosey-afterglow:#fbc6d0;
--fresh-on-the-market:#f7a6b9;
--poppy-petal:#f89c8b;
--orange-fire:#fbb06a;
--yellow-jacket:#fbcb3c;
}