Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sunny-mood {
color: #f7c94b;
}
.yellow-stagshorn {
color: #f8d95d;
}
.golden-glitter {
color: #f9e271;
}
.sandworm {
color: #fae780;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sunny-mood:#f7c94b;
--yellow-stagshorn:#f8d95d;
--golden-glitter:#f9e271;
--sandworm:#fae780;
}