Color names in this palette
CSS code for this palette
/* CSS */
.vanilla-pudding {
color: #f6df6f;
}
.golden-glow {
color: #f8d57c;
}
.arts-crafts-gold {
color: #f9c78b;
}
.mandys-pink {
color: #f8b49b;
}
.salmon-pok-bowl {
color: #f27c78;
}
/* CSS Variables */
:root {
--vanilla-pudding:#f6df6f;
--golden-glow:#f8d57c;
--arts-crafts-gold:#f9c78b;
--mandys-pink:#f8b49b;
--salmon-pok-bowl:#f27c78;
}