Color names in this palette
CSS code for this palette
/* CSS */
.charlotte {
color: #a4e1e5;
}
.hammam-blue {
color: #6dd9d4;
}
.montego-bay {
color: #3bb9c4;
}
.pagoda-blue {
color: #1b8b93;
}
.tropical-waters {
color: #007b80;
}
/* CSS Variables */
:root {
--charlotte:#a4e1e5;
--hammam-blue:#6dd9d4;
--montego-bay:#3bb9c4;
--pagoda-blue:#1b8b93;
--tropical-waters:#007b80;
}