Color names in this palette
CSS code for this palette
/* CSS */
.aqua-island {
color: #a0dad7;
}
.hidden-sea-glass {
color: #6fd3c5;
}
.montego-bay {
color: #3cbebe;
}
.regula-barbara-blue {
color: #009996;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--aqua-island:#a0dad7;
--hidden-sea-glass:#6fd3c5;
--montego-bay:#3cbebe;
--regula-barbara-blue:#009996;
--buzzards-bay:#007a7a;
}