Color names in this palette
CSS code for this palette
/* CSS */
.gossamer {
color: #3c9a89;
}
.green-parakeet {
color: #7ed3c0;
}
.sweet-aqua {
color: #a6e8d5;
}
.invigorating {
color: #f1e9b6;
}
.glistening-dawn {
color: #f9b924;
}
/* CSS Variables */
:root {
--gossamer:#3c9a89;
--green-parakeet:#7ed3c0;
--sweet-aqua:#a6e8d5;
--invigorating:#f1e9b6;
--glistening-dawn:#f9b924;
}