Color names in this palette
CSS code for this palette
/* CSS */
.mint-macaron {
color: #afeeee;
}
.island-oasis {
color: #88d8d8;
}
.may-day {
color: #4fc9c9;
}
.cyan-sky {
color: #00b2b3;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--mint-macaron:#afeeee;
--island-oasis:#88d8d8;
--may-day:#4fc9c9;
--cyan-sky:#00b2b3;
--buzzards-bay:#007a7a;
}