Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c3;
}
.glisten-yellow {
color: #f7e7ab;
}
.ode-to-green {
color: #b5e8d9;
}
.sugar-high {
color: #f2cae9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c3;
--glisten-yellow:#f7e7ab;
--ode-to-green:#b5e8d9;
--sugar-high:#f2cae9;
--grapefruit-pulp:#ff6e61;
}