Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.peach-orange {
color: #ffcc99;
}
.butter-cupcake {
color: #ffdb99;
}
.the-first-daffodil {
color: #ffee8f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--peach-orange:#ffcc99;
--butter-cupcake:#ffdb99;
--the-first-daffodil:#ffee8f;
--grapefruit-pulp:#ff6e61;
}