Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f1a7d3;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sugar-shack {
color: #f1d3b7;
}
.sorreno-lemon {
color: #f2d35a;
}
/* CSS Variables */
:root {
--violet-kiss:#f1a7d3;
--hot-aquarelle-pink:#ffb3e0;
--grapefruit-pulp:#ff6e61;
--sugar-shack:#f1d3b7;
--sorreno-lemon:#f2d35a;
}