Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a1e6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.tomato-frog {
color: #f94346;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a1e6;
--creamy-sweet-corn:#f9c54e;
--grapefruit-pulp:#ff6e61;
--tomato-frog:#f94346;
--black:#000000;
}