Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9757;
}
.yellow-currant {
color: #f6c76a;
}
.bright-khaki {
color: #f1e98e;
}
.exotic-escape {
color: #98dae1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9757;
--yellow-currant:#f6c76a;
--bright-khaki:#f1e98e;
--exotic-escape:#98dae1;
}