Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a4e2e5;
}
.mountain-lake-blue {
color: #85d3d5;
}
.dexter {
color: #6db2b6;
}
.coolbox-ice-turquoise {
color: #499b9c;
}
.grand-canal {
color: #3b7b7d;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a4e2e5;
--mountain-lake-blue:#85d3d5;
--dexter:#6db2b6;
--coolbox-ice-turquoise:#499b9c;
--grand-canal:#3b7b7d;
}