Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.longlure-frogfish {
color: #e8d64f;
}
.chai-latte {
color: #f9c89f;
}
.amaranth-pink {
color: #f59ebc;
}
.violet-femmes {
color: #a76c9e;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--longlure-frogfish:#e8d64f;
--chai-latte:#f9c89f;
--amaranth-pink:#f59ebc;
--violet-femmes:#a76c9e;
}