Color names in this palette
CSS code for this palette
/* CSS */
.barely-butter {
color: #f6e7c1;
}
.straw-hat {
color: #f1d5a7;
}
.compatible-cream {
color: #e9c89f;
}
.straw-basket {
color: #d9c89b;
}
.pavilion-beige {
color: #c6b7a4;
}
/* CSS Variables */
:root {
--barely-butter:#f6e7c1;
--straw-hat:#f1d5a7;
--compatible-cream:#e9c89f;
--straw-basket:#d9c89b;
--pavilion-beige:#c6b7a4;
}