Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.antique-cameo {
color: #f5b8a3;
}
.cyantific {
color: #75c7c0;
}
.olympian-blue {
color: #1d4f8b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--antique-cameo:#f5b8a3;
--cyantific:#75c7c0;
--olympian-blue:#1d4f8b;
--grapefruit-pulp:#ff6e61;
}