Color names in this palette
CSS code for this palette
/* CSS */
.summer-citrus {
color: #f7802b;
}
.sunshine-mellow {
color: #f1c40e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sour-candy {
color: #69af4b;
}
.aloha {
color: #1abc9c;
}
/* CSS Variables */
:root {
--summer-citrus:#f7802b;
--sunshine-mellow:#f1c40e;
--grapefruit-pulp:#ff6e61;
--sour-candy:#69af4b;
--aloha:#1abc9c;
}