Color names in this palette
CSS code for this palette
/* CSS */
.lime-granita {
color: #d9e1b7;
}
.pond-s-edge {
color: #b7c8b7;
}
.autumn-orange {
color: #ef994d;
}
.spicy-orange {
color: #d74c2d;
}
.siren {
color: #6d2c3c;
}
/* CSS Variables */
:root {
--lime-granita:#d9e1b7;
--pond-s-edge:#b7c8b7;
--autumn-orange:#ef994d;
--spicy-orange:#d74c2d;
--siren:#6d2c3c;
}