Color names in this palette
CSS code for this palette
/* CSS */
.sheffield {
color: #5f8c7d;
}
.lobaria-lichen {
color: #a3c7b5;
}
.seaglass {
color: #d0e6df;
}
.taco {
color: #f4c7b3;
}
.watermelon-slice {
color: #e6796b;
}
/* CSS Variables */
:root {
--sheffield:#5f8c7d;
--lobaria-lichen:#a3c7b5;
--seaglass:#d0e6df;
--taco:#f4c7b3;
--watermelon-slice:#e6796b;
}