Color names in this palette
CSS code for this palette
/* CSS */
.outerbanks {
color: #b6a48b;
}
.velvet-beige {
color: #d0c5b3;
}
.powdered-gold {
color: #e7d2b1;
}
.sunbeam-yellow {
color: #efd39f;
}
.hubbard-squash {
color: #eabf8a;
}
/* CSS Variables */
:root {
--outerbanks:#b6a48b;
--velvet-beige:#d0c5b3;
--powdered-gold:#e7d2b1;
--sunbeam-yellow:#efd39f;
--hubbard-squash:#eabf8a;
}