Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.soviet-gold {
color: #ffd900;
}
.devil-s-grass {
color: #4cae4f;
}
.capri {
color: #00bfff;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--soviet-gold:#ffd900;
--devil-s-grass:#4cae4f;
--capri:#00bfff;
--f-n-h-ng-pink:#ff6bb5;
}