Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d94d3a;
}
.sandy-brown {
color: #f3a85e;
}
.forsythia-blossom {
color: #f6d86a;
}
.lime-lizard {
color: #a8d15c;
}
.green-acres {
color: #4f9c49;
}
/* CSS Variables */
:root {
--fire-island:#d94d3a;
--sandy-brown:#f3a85e;
--forsythia-blossom:#f6d86a;
--lime-lizard:#a8d15c;
--green-acres:#4f9c49;
}