Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d95c3f;
}
.squash-blossom {
color: #f6b83c;
}
.vanilla-pudding {
color: #f3e36d;
}
.pistachio-dream {
color: #a7d08b;
}
.crisp-lettuce {
color: #4b9b8a;
}
/* CSS Variables */
:root {
--fireglow:#d95c3f;
--squash-blossom:#f6b83c;
--vanilla-pudding:#f3e36d;
--pistachio-dream:#a7d08b;
--crisp-lettuce:#4b9b8a;
}