Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dragon-ball {
color: #ff9a1f;
}
.soviet-gold {
color: #ffd900;
}
.aurora-green {
color: #6fdc8c;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dragon-ball:#ff9a1f;
--soviet-gold:#ffd900;
--aurora-green:#6fdc8c;
--clear-chill:#1f8fff;
}