Color names in this palette
CSS code for this palette
/* CSS */
.aqua-island {
color: #a0dad7;
}
.belize {
color: #7ed3d1;
}
.bianchi-green {
color: #3cc8c6;
}
.swagger {
color: #19b3b0;
}
.regula-barbara-blue {
color: #009999;
}
/* CSS Variables */
:root {
--aqua-island:#a0dad7;
--belize:#7ed3d1;
--bianchi-green:#3cc8c6;
--swagger:#19b3b0;
--regula-barbara-blue:#009999;
}