Color names in this palette
CSS code for this palette
/* CSS */
.topiary-sculpture {
color: #5d8b4b;
}
.limestoned {
color: #a7caa0;
}
.splashdown {
color: #d4e8d7;
}
.flan {
color: #f6e3b6;
}
.ginger-ale {
color: #c9a86e;
}
/* CSS Variables */
:root {
--topiary-sculpture:#5d8b4b;
--limestoned:#a7caa0;
--splashdown:#d4e8d7;
--flan:#f6e3b6;
--ginger-ale:#c9a86e;
}