Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.duckling {
color: #fbae5b;
}
.cup-noodles {
color: #fddb7c;
}
.orange-pop {
color: #ffbe3d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--gemini-mustard-momento:#f9a34e;
--duckling:#fbae5b;
--cup-noodles:#fddb7c;
--orange-pop:#ffbe3d;
}