Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunset-over-the-alps {
color: #ffab8a;
}
.pickled-ginger {
color: #ffe057;
}
.sour-candy {
color: #69af4b;
}
.dayflower {
color: #3c9ed7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunset-over-the-alps:#ffab8a;
--pickled-ginger:#ffe057;
--sour-candy:#69af4b;
--dayflower:#3c9ed7;
}