Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.mystic-tulip {
color: #f7b5a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.blumine {
color: #2f5d6f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--mystic-tulip:#f7b5a1;
--creamy-sweet-corn:#f9c54e;
--blumine:#2f5d6f;
}