Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f4cf3e;
}
.go-bananas {
color: #f7c750;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.pink-fit {
color: #f6a2b3;
}
.wild-orchid {
color: #d97d9d;
}
/* CSS Variables */
:root {
--marigold-dust:#f4cf3e;
--go-bananas:#f7c750;
--gemini-mustard-momento:#f9a64e;
--pink-fit:#f6a2b3;
--wild-orchid:#d97d9d;
}