Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coquelicot {
color: #ff3c00;
}
.usc-gold {
color: #ffcc00;
}
.the-first-daffodil {
color: #fff68f;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--grapefruit-pulp:#ff6e61;
--coquelicot:#ff3c00;
--usc-gold:#ffcc00;
--the-first-daffodil:#fff68f;
}