Color names in this palette
CSS code for this palette
/* CSS */
.veranda-gold {
color: #b19c68;
}
.tan {
color: #d5b26d;
}
.summer-field {
color: #e2c178;
}
.maybe-maui {
color: #f6d58e;
}
.antique-cameo {
color: #f3b7a0;
}
/* CSS Variables */
:root {
--veranda-gold:#b19c68;
--tan:#d5b26d;
--summer-field:#e2c178;
--maybe-maui:#f6d58e;
--antique-cameo:#f3b7a0;
}