Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sour-candy {
color: #69af4b;
}
.pot-of-gold {
color: #f9cb24;
}
.clear-chill {
color: #1f8fff;
}
.chi-gong {
color: #d82c2c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sour-candy:#69af4b;
--pot-of-gold:#f9cb24;
--clear-chill:#1f8fff;
--chi-gong:#d82c2c;
}