Color names in this palette
CSS code for this palette
/* CSS */
.swagger {
color: #1ab7b2;
}
.blue-dacnis {
color: #38d7e5;
}
.athena-blue {
color: #69e4f7;
}
.waterspout {
color: #a3f1fa;
}
.coastal-breeze {
color: #e1f6f9;
}
/* CSS Variables */
:root {
--swagger:#1ab7b2;
--blue-dacnis:#38d7e5;
--athena-blue:#69e4f7;
--waterspout:#a3f1fa;
--coastal-breeze:#e1f6f9;
}