Color names in this palette
CSS code for this palette
/* CSS */
.seacrest {
color: #b6c8a7;
}
.chantilly {
color: #eab8c8;
}
.farm-straw {
color: #d2b74b;
}
.grey-matters {
color: #a7a9a2;
}
.creamy-vanilla {
color: #f2e4c0;
}
/* CSS Variables */
:root {
--seacrest:#b6c8a7;
--chantilly:#eab8c8;
--farm-straw:#d2b74b;
--grey-matters:#a7a9a2;
--creamy-vanilla:#f2e4c0;
}