Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f0b400;
}
.juzcar-blue {
color: #9fd5f4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dead-pixel {
color: #3b3b3a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--american-yellow:#f0b400;
--juzcar-blue:#9fd5f4;
--grapefruit-pulp:#ff6e61;
--dead-pixel:#3b3b3a;
--creamy-sweet-corn:#f9c54e;
}