Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e3;
}
.straw-hat {
color: #f1d7a7;
}
.saturn {
color: #f9e5be;
}
.tropic-tide {
color: #67c1b9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e3;
--straw-hat:#f1d7a7;
--saturn:#f9e5be;
--tropic-tide:#67c1b9;
--grapefruit-pulp:#ff6e61;
}