Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.five-star {
color: #ffac4d;
}
.pickled-ginger {
color: #ffe057;
}
.drop-green {
color: #6cbf5a;
}
.aqueous {
color: #3c8e9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--five-star:#ffac4d;
--pickled-ginger:#ffe057;
--drop-green:#6cbf5a;
--aqueous:#3c8e9a;
}