Color names in this palette
CSS code for this palette
/* CSS */
.evora {
color: #4f8c8c;
}
.dexter {
color: #6eb4b4;
}
.aqua-island {
color: #a1d9d9;
}
.refreshing-pool {
color: #b7e6e6;
}
.sparkling-snow {
color: #f2fdfd;
}
/* CSS Variables */
:root {
--evora:#4f8c8c;
--dexter:#6eb4b4;
--aqua-island:#a1d9d9;
--refreshing-pool:#b7e6e6;
--sparkling-snow:#f2fdfd;
}