Color names in this palette
CSS code for this palette
/* CSS */
.charlotte {
color: #a4e1e5;
}
.aruba-blue {
color: #7fd4d7;
}
.hygiene-green {
color: #5bb9b4;
}
.latigo-bay {
color: #409c9a;
}
.zirconia-teal {
color: #2b7c7d;
}
/* CSS Variables */
:root {
--charlotte:#a4e1e5;
--aruba-blue:#7fd4d7;
--hygiene-green:#5bb9b4;
--latigo-bay:#409c9a;
--zirconia-teal:#2b7c7d;
}