Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.scanda {
color: #6e8daa;
}
.mystic-tulip {
color: #f7b5a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.pure-apple {
color: #6ab04a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--scanda:#6e8daa;
--mystic-tulip:#f7b5a1;
--creamy-sweet-corn:#f9c54e;
--pure-apple:#6ab04a;
}