Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cape-jasmine {
color: #ffb85c;
}
.soviet-gold {
color: #ffd900;
}
.iridescent-green {
color: #4abf69;
}
.brilliant-azure {
color: #299bff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cape-jasmine:#ffb85c;
--soviet-gold:#ffd900;
--iridescent-green:#4abf69;
--brilliant-azure:#299bff;
}