Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e3;
}
.fight-the-sunrise {
color: #ff99aa;
}
.grapefruit-pulp {
color: #ff6e61;
}
.solar-storm {
color: #ffc16b;
}
.transparent-yellow {
color: #fff1a8;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e3;
--fight-the-sunrise:#ff99aa;
--grapefruit-pulp:#ff6e61;
--solar-storm:#ffc16b;
--transparent-yellow:#fff1a8;
}