Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sour-candy {
color: #69af4b;
}
.melon-melody {
color: #f8c391;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sour-candy:#69af4b;
--melon-melody:#f8c391;
--glitter-is-not-gold:#ffdd57;
--tenn:#d15400;
}