Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.bright-khaki {
color: #f0e78e;
}
.blue-click {
color: #a9d9ea;
}
.matt-pink {
color: #ffb3c1;
}
.lolly {
color: #ff9c8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--bright-khaki:#f0e78e;
--blue-click:#a9d9ea;
--matt-pink:#ffb3c1;
--lolly:#ff9c8f;
}