Color names in this palette
CSS code for this palette
/* CSS */
.cape-lee {
color: #4f7f8c;
}
.latigo-bay {
color: #3a9b9c;
}
.miami-teal {
color: #6dc5b5;
}
.charlotte {
color: #a4e1e5;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--cape-lee:#4f7f8c;
--latigo-bay:#3a9b9c;
--miami-teal:#6dc5b5;
--charlotte:#a4e1e5;
--anti-flash-white:#f0f5f5;
}