Color names in this palette
CSS code for this palette
/* CSS */
.full-of-life {
color: #da5f2b;
}
.welcoming-wasp {
color: #f0a800;
}
.wake-me-up {
color: #f2d65a;
}
.flat-green {
color: #6b9b4b;
}
.taos-turquoise {
color: #2a8d8c;
}
/* CSS Variables */
:root {
--full-of-life:#da5f2b;
--welcoming-wasp:#f0a800;
--wake-me-up:#f2d65a;
--flat-green:#6b9b4b;
--taos-turquoise:#2a8d8c;
}