Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d7513c;
}
.tan-hide {
color: #f8a15d;
}
.mocha-dandelion {
color: #f2d66e;
}
.vers-de-terre {
color: #a9e0a9;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--fire-island:#d7513c;
--tan-hide:#f8a15d;
--mocha-dandelion:#f2d66e;
--vers-de-terre:#a9e0a9;
--blue-bay:#5d9bd5;
}