Color names in this palette
CSS code for this palette
/* CSS */
.northern-beach {
color: #ead9d2;
}
.brilliant-beige {
color: #f2c5b5;
}
.fresco-cream {
color: #fbc7a2;
}
.floral-leaf {
color: #ffb84d;
}
.sweet-potato {
color: #d97c3a;
}
/* CSS Variables */
:root {
--northern-beach:#ead9d2;
--brilliant-beige:#f2c5b5;
--fresco-cream:#fbc7a2;
--floral-leaf:#ffb84d;
--sweet-potato:#d97c3a;
}