Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.soviet-gold {
color: #ffd900;
}
.aurora-green {
color: #70db8b;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peanut-butter-chicken:#ffb65c;
--soviet-gold:#ffd900;
--aurora-green:#70db8b;
--olympic-blue:#4b91e2;
}