Color names in this palette
CSS code for this palette
/* CSS */
.aqua-glass {
color: #d0e7e1;
}
.cay {
color: #a5d1d5;
}
.kingfisher-turquoise {
color: #7db3b5;
}
.first-date {
color: #f4b69f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--aqua-glass:#d0e7e1;
--cay:#a5d1d5;
--kingfisher-turquoise:#7db3b5;
--first-date:#f4b69f;
--solar-plexus-chakra:#f1c84b;
}