Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a3d7a3;
}
.invigorating {
color: #f1e9b6;
}
.squash-blossom {
color: #f6b83c;
}
.inventive-orange {
color: #e6a06b;
}
.sweet-cherry {
color: #a34d4d;
}
/* CSS Variables */
:root {
--green-trance:#a3d7a3;
--invigorating:#f1e9b6;
--squash-blossom:#f6b83c;
--inventive-orange:#e6a06b;
--sweet-cherry:#a34d4d;
}