Color names in this palette
CSS code for this palette
/* CSS */
.seasonal-beige {
color: #e9b79f;
}
.paw-paw {
color: #f8d49b;
}
.american-yellow {
color: #f5b400;
}
.natural-youth {
color: #d8e2b1;
}
.aspiring-blue {
color: #a1c4c0;
}
/* CSS Variables */
:root {
--seasonal-beige:#e9b79f;
--paw-paw:#f8d49b;
--american-yellow:#f5b400;
--natural-youth:#d8e2b1;
--aspiring-blue:#a1c4c0;
}