Color names in this palette
CSS code for this palette
/* CSS */
.bilious-green {
color: #a5d86e;
}
.lemon-verbena {
color: #f2e96e;
}
.just-peachy {
color: #f8c572;
}
.fire-flower {
color: #f88c3a;
}
.warming-heart {
color: #d74c3c;
}
/* CSS Variables */
:root {
--bilious-green:#a5d86e;
--lemon-verbena:#f2e96e;
--just-peachy:#f8c572;
--fire-flower:#f88c3a;
--warming-heart:#d74c3c;
}