Color names in this palette
CSS code for this palette
/* CSS */
.powdered {
color: #f8f2e8;
}
.vanilla-mocha {
color: #eadbc8;
}
.turnip-boy {
color: #f0c6a3;
}
.cumquat-cream {
color: #f09f7f;
}
.tory-red {
color: #d36a5a;
}
/* CSS Variables */
:root {
--powdered:#f8f2e8;
--vanilla-mocha:#eadbc8;
--turnip-boy:#f0c6a3;
--cumquat-cream:#f09f7f;
--tory-red:#d36a5a;
}