Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sour-candy {
color: #69af4b;
}
.pot-of-gold {
color: #f9cb24;
}
.redstone {
color: #e76e6e;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sour-candy:#69af4b;
--pot-of-gold:#f9cb24;
--redstone:#e76e6e;
--snap-shot:#2b3d50;
}