Color names in this palette
CSS code for this palette
/* CSS */
.bubble-shell {
color: #d4a39b;
}
.ancient-inca {
color: #e2b28d;
}
.turnip-boy {
color: #f1c4a2;
}
.blended-fruit {
color: #f9e5a4;
}
.ibis {
color: #f5b2c1;
}
/* CSS Variables */
:root {
--bubble-shell:#d4a39b;
--ancient-inca:#e2b28d;
--turnip-boy:#f1c4a2;
--blended-fruit:#f9e5a4;
--ibis:#f5b2c1;
}