Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.lemon-gelato {
color: #f9ea9f;
}
.mystery {
color: #a5cfcf;
}
.disembark {
color: #5ab4d8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--lemon-gelato:#f9ea9f;
--mystery:#a5cfcf;
--disembark:#5ab4d8;
}