Color names in this palette
CSS code for this palette
/* CSS */
.punch-out-glove {
color: #6b8eff;
}
.shy-moment {
color: #b19eff;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--punch-out-glove:#6b8eff;
--shy-moment:#b19eff;
--hot-aquarelle-pink:#ffb3e4;
--apricot-glazed-chicken:#f5a524;
--grapefruit-pulp:#ff6e61;
}