Color names in this palette
CSS code for this palette
/* CSS */
.mid-spring-morning {
color: #cdf9f2;
}
.ice-crystal-blue {
color: #a6e2df;
}
.soft-turquoise {
color: #6fd3d1;
}
.caicos-turquoise {
color: #2cb5b5;
}
.old-truck {
color: #0a8a8a;
}
/* CSS Variables */
:root {
--mid-spring-morning:#cdf9f2;
--ice-crystal-blue:#a6e2df;
--soft-turquoise:#6fd3d1;
--caicos-turquoise:#2cb5b5;
--old-truck:#0a8a8a;
}