Color names in this palette
CSS code for this palette
/* CSS */
.beachwalk {
color: #d3b078;
}
.faint-fawn {
color: #e2c59d;
}
.friendly-yellow {
color: #f4e1b3;
}
.barely-pink {
color: #f6d5df;
}
.plantain-chips {
color: #d8a64b;
}
/* CSS Variables */
:root {
--beachwalk:#d3b078;
--faint-fawn:#e2c59d;
--friendly-yellow:#f4e1b3;
--barely-pink:#f6d5df;
--plantain-chips:#d8a64b;
}