Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2a8c8d;
}
.macau {
color: #40bf9d;
}
.sweet-garden {
color: #5dd5b1;
}
.spring-slumber-green {
color: #aff3b9;
}
.shalimar {
color: #f8f9a9;
}
/* CSS Variables */
:root {
--taos-turquoise:#2a8c8d;
--macau:#40bf9d;
--sweet-garden:#5dd5b1;
--spring-slumber-green:#aff3b9;
--shalimar:#f8f9a9;
}