Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.dream-of-spring {
color: #f6d12c;
}
.lazy-daisy {
color: #f4e79f;
}
.lilliputian-lime {
color: #7fd959;
}
.sea-serpent {
color: #4bc7d2;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--dream-of-spring:#f6d12c;
--lazy-daisy:#f4e79f;
--lilliputian-lime:#7fd959;
--sea-serpent:#4bc7d2;
}