Color names in this palette
CSS code for this palette
/* CSS */
.basin-blue {
color: #b9e2e4;
}
.aqua-island {
color: #a2d6d8;
}
.azure-lake {
color: #7eb9c9;
}
.summer-turquoise-blue {
color: #4b9daa;
}
.macquarie {
color: #007d80;
}
/* CSS Variables */
:root {
--basin-blue:#b9e2e4;
--aqua-island:#a2d6d8;
--azure-lake:#7eb9c9;
--summer-turquoise-blue:#4b9daa;
--macquarie:#007d80;
}