Color names in this palette
CSS code for this palette
/* CSS */
.privet-hedge {
color: #5a8c7e;
}
.lobaria-lichen {
color: #9fc6b1;
}
.honey-beige {
color: #f4e2c8;
}
.koji-orange {
color: #f1af4b;
}
.spiced-up-orange {
color: #e57b38;
}
/* CSS Variables */
:root {
--privet-hedge:#5a8c7e;
--lobaria-lichen:#9fc6b1;
--honey-beige:#f4e2c8;
--koji-orange:#f1af4b;
--spiced-up-orange:#e57b38;
}