Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.welcoming-wasp {
color: #f0a800;
}
.sahara-sand {
color: #f1e788;
}
.peach-temptation {
color: #f3c4b4;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--welcoming-wasp:#f0a800;
--sahara-sand:#f1e788;
--peach-temptation:#f3c4b4;
--entan-red:#e76e50;
}