Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a6e0e2;
}
.andes-sky {
color: #74d8d3;
}
.aqueduct {
color: #5bb4b9;
}
.aquatic-cool {
color: #40a0b5;
}
.go-alpha {
color: #007c8a;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a6e0e2;
--andes-sky:#74d8d3;
--aqueduct:#5bb4b9;
--aquatic-cool:#40a0b5;
--go-alpha:#007c8a;
}