Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f9c4b4;
}
.violet-kiss {
color: #f1a7d3;
}
.egg-cream {
color: #ffda8f;
}
.mint-circle {
color: #a7d3a6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--apricot-obsession:#f9c4b4;
--violet-kiss:#f1a7d3;
--egg-cream:#ffda8f;
--mint-circle:#a7d3a6;
--grapefruit-pulp:#ff6e61;
}