Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.caicos-turquoise {
color: #2bb1b6;
}
.hammam-blue {
color: #60d7d5;
}
.spinnaker {
color: #a3e0e0;
}
.touch-of-mint {
color: #f5fff5;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--caicos-turquoise:#2bb1b6;
--hammam-blue:#60d7d5;
--spinnaker:#a3e0e0;
--touch-of-mint:#f5fff5;
}