Color names in this palette
CSS code for this palette
/* CSS */
.swagger {
color: #1db4b4;
}
.medium-turquoise {
color: #4cd6d6;
}
.island-paradise {
color: #8ee1e1;
}
.mint-macaron {
color: #b2f0f0;
}
.coastal-breeze {
color: #def7f7;
}
/* CSS Variables */
:root {
--swagger:#1db4b4;
--medium-turquoise:#4cd6d6;
--island-paradise:#8ee1e1;
--mint-macaron:#b2f0f0;
--coastal-breeze:#def7f7;
}