Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.banana-bombshell {
color: #f8e72a;
}
.lilliputian-lime {
color: #8edb57;
}
.blue-damselfly {
color: #2b9cda;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--banana-bombshell:#f8e72a;
--lilliputian-lime:#8edb57;
--blue-damselfly:#2b9cda;
--grapefruit-pulp:#ff6e61;
}