Color names in this palette
CSS code for this palette
/* CSS */
.peony {
color: #e88c9d;
}
.squash-blossom {
color: #f6b83c;
}
.glitter-yellow {
color: #f8d859;
}
.fresh-oregano {
color: #4cae68;
}
.sequoia-redwood {
color: #783e3b;
}
/* CSS Variables */
:root {
--peony:#e88c9d;
--squash-blossom:#f6b83c;
--glitter-yellow:#f8d859;
--fresh-oregano:#4cae68;
--sequoia-redwood:#783e3b;
}