Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c9a86e;
}
.splash-of-honey {
color: #d9b88c;
}
.almond-biscuit {
color: #e8c7a6;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.pineapple-wine {
color: #d8b86f;
}
/* CSS Variables */
:root {
--ginger-ale:#c9a86e;
--splash-of-honey:#d9b88c;
--almond-biscuit:#e8c7a6;
--smooth-as-corn-silk:#f5e3b2;
--pineapple-wine:#d8b86f;
}