Color names in this palette
CSS code for this palette
/* CSS */
.mom-s-pancake {
color: #f6c451;
}
.butter-cream {
color: #f1b341;
}
.goldsmith {
color: #eab64d;
}
.royal-gold-pearl {
color: #d1a74d;
}
.goldie {
color: #c79b3d;
}
/* CSS Variables */
:root {
--mom-s-pancake:#f6c451;
--butter-cream:#f1b341;
--goldsmith:#eab64d;
--royal-gold-pearl:#d1a74d;
--goldie:#c79b3d;
}