Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.grapefruit-pulp {
color: #ff6e61;
}
.soviet-gold {
color: #ffd900;
}
.inferno-orange {
color: #ff4400;
}
.chestnut-shell {
color: #abff2e;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--grapefruit-pulp:#ff6e61;
--soviet-gold:#ffd900;
--inferno-orange:#ff4400;
--chestnut-shell:#abff2e;
}