Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a6d5a5;
}
.lobaria-lichen {
color: #a3c8b6;
}
.lazy-daisy {
color: #f3e7a0;
}
.squash-blossom {
color: #f6b83c;
}
.fireglow {
color: #d85f41;
}
/* CSS Variables */
:root {
--green-trance:#a6d5a5;
--lobaria-lichen:#a3c8b6;
--lazy-daisy:#f3e7a0;
--squash-blossom:#f6b83c;
--fireglow:#d85f41;
}