Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.granola {
color: #f4cf9f;
}
.blue-angels-yellow {
color: #fab700;
}
.fresh-on-the-market {
color: #f6a7bb;
}
.raspberry-sorbet {
color: #d83b68;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--granola:#f4cf9f;
--blue-angels-yellow:#fab700;
--fresh-on-the-market:#f6a7bb;
--raspberry-sorbet:#d83b68;
}