Color names in this palette
CSS code for this palette
/* CSS */
.crushed-almond {
color: #d3c9c5;
}
.lobaria-lichen {
color: #a3c8b4;
}
.thicket {
color: #6d8a5c;
}
.persimmon-red {
color: #a94c4c;
}
.sunray {
color: #e4aa58;
}
/* CSS Variables */
:root {
--crushed-almond:#d3c9c5;
--lobaria-lichen:#a3c8b4;
--thicket:#6d8a5c;
--persimmon-red:#a94c4c;
--sunray:#e4aa58;
}