Color names in this palette
CSS code for this palette
/* CSS */
.aegean-green {
color: #4a8c6c;
}
.lobaria-lichen {
color: #a3c8b6;
}
.filigree {
color: #dfe7e7;
}
.forsythia-blossom {
color: #f9d66c;
}
.roman {
color: #d75b5d;
}
/* CSS Variables */
:root {
--aegean-green:#4a8c6c;
--lobaria-lichen:#a3c8b6;
--filigree:#dfe7e7;
--forsythia-blossom:#f9d66c;
--roman:#d75b5d;
}