Color names in this palette
CSS code for this palette
/* CSS */
.sandy-bay {
color: #f8d7b4;
}
.turnip-boy {
color: #f1c4a2;
}
.creole-cottage {
color: #e8b59b;
}
.white-acorn {
color: #d8a78d;
}
.african-bubinga {
color: #c58e7c;
}
/* CSS Variables */
:root {
--sandy-bay:#f8d7b4;
--turnip-boy:#f1c4a2;
--creole-cottage:#e8b59b;
--white-acorn:#d8a78d;
--african-bubinga:#c58e7c;
}