Color names in this palette
CSS code for this palette
/* CSS */
.fennel-flower {
color: #7a9eff;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.grapefruit-pulp {
color: #ff6e61;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--fennel-flower:#7a9eff;
--apricot-glazed-chicken:#f5a524;
--grapefruit-pulp:#ff6e61;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}