Color names in this palette
CSS code for this palette
/* CSS */
.blue-cuddle {
color: #80b2d1;
}
.blue-grotto {
color: #4e9ec6;
}
.mitchell-blue {
color: #0c7b9d;
}
.hydra-turquoise {
color: #007a72;
}
.tidal-pool {
color: #005c57;
}
/* CSS Variables */
:root {
--blue-cuddle:#80b2d1;
--blue-grotto:#4e9ec6;
--mitchell-blue:#0c7b9d;
--hydra-turquoise:#007a72;
--tidal-pool:#005c57;
}