Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.sagittarius-amber-artifact {
color: #f87d3f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.last-of-lettuce {
color: #a9d96d;
}
.greenbrier {
color: #4b9b6c;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--sagittarius-amber-artifact:#f87d3f;
--creamy-sweet-corn:#f9c54e;
--last-of-lettuce:#a9d96d;
--greenbrier:#4b9b6c;
}