Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.energy-yellow {
color: #f7d850;
}
.lime-lizard {
color: #a3d65c;
}
.irish {
color: #3e8e5b;
}
.dead-lake {
color: #2e5a8a;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--energy-yellow:#f7d850;
--lime-lizard:#a3d65c;
--irish:#3e8e5b;
--dead-lake:#2e5a8a;
}