Color names in this palette
CSS code for this palette
/* CSS */
.siren-of-nature {
color: #6aa03b;
}
.limestoned {
color: #a9c8a2;
}
.pearl-yellow {
color: #f2e5ba;
}
.firecracker {
color: #f56b38;
}
.mandarin-red {
color: #ea4f3e;
}
/* CSS Variables */
:root {
--siren-of-nature:#6aa03b;
--limestoned:#a9c8a2;
--pearl-yellow:#f2e5ba;
--firecracker:#f56b38;
--mandarin-red:#ea4f3e;
}