Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.soviet-gold {
color: #ffd900;
}
.grapefruit-pulp {
color: #ff6e61;
}
.frozen-landscape {
color: #b3e4ff;
}
.peach-orange {
color: #ffcc99;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--soviet-gold:#ffd900;
--grapefruit-pulp:#ff6e61;
--frozen-landscape:#b3e4ff;
--peach-orange:#ffcc99;
}