Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.indian-saffron {
color: #ff9c33;
}
.soviet-gold {
color: #ffd900;
}
.aurora-green {
color: #6adc9c;
}
.planetarium {
color: #1e75b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--indian-saffron:#ff9c33;
--soviet-gold:#ffd900;
--aurora-green:#6adc9c;
--planetarium:#1e75b3;
}