Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f8c9b9;
}
.precious-pink {
color: #f9b4b4;
}
.rogue-pink {
color: #f7a6c2;
}
.fresh-yellow {
color: #fae18e;
}
.french-vanilla {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f8c9b9;
--precious-pink:#f9b4b4;
--rogue-pink:#f7a6c2;
--fresh-yellow:#fae18e;
--french-vanilla:#f1e1a7;
}