Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a3d1e6;
}
.twisted-blue {
color: #7ac3d1;
}
.freshwater {
color: #4da8b3;
}
.plumage {
color: #00998a;
}
.macquarie {
color: #007d80;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a3d1e6;
--twisted-blue:#7ac3d1;
--freshwater:#4da8b3;
--plumage:#00998a;
--macquarie:#007d80;
}