Color names in this palette
CSS code for this palette
/* CSS */
.mint-macaron {
color: #afeeee;
}
.aruba-blue {
color: #78d3d3;
}
.crystalsong-blue {
color: #4cb8b8;
}
.regula-barbara-blue {
color: #009996;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--mint-macaron:#afeeee;
--aruba-blue:#78d3d3;
--crystalsong-blue:#4cb8b8;
--regula-barbara-blue:#009996;
--buzzards-bay:#007a7a;
}