Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.rich-gardenia {
color: #f87c4f;
}
.wewak {
color: #f28c98;
}
.wild-rose {
color: #c57d98;
}
.bouquet {
color: #a67d95;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--rich-gardenia:#f87c4f;
--wewak:#f28c98;
--wild-rose:#c57d98;
--bouquet:#a67d95;
}