Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.peach-orange {
color: #ffcc99;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.mint-cocktail-green {
color: #b3e6b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--peach-orange:#ffcc99;
--glitter-is-not-gold:#ffdd57;
--mint-cocktail-green:#b3e6b3;
--grapefruit-pulp:#ff6e61;
}