Color names in this palette
CSS code for this palette
/* CSS */
.water-hyacinth {
color: #9fa2d1;
}
.parsnip {
color: #d3c89c;
}
.last-sunlight {
color: #e5b738;
}
.golden-lion-tamarin {
color: #c75b29;
}
.polished-apple {
color: #8b2d2f;
}
/* CSS Variables */
:root {
--water-hyacinth:#9fa2d1;
--parsnip:#d3c89c;
--last-sunlight:#e5b738;
--golden-lion-tamarin:#c75b29;
--polished-apple:#8b2d2f;
}