Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a4e5e2;
}
.belize {
color: #82d2d3;
}
.pharaoh-s-seas {
color: #5fbdc4;
}
.marlin-green {
color: #3da2a4;
}
.geneva-green {
color: #1b7978;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a4e5e2;
--belize:#82d2d3;
--pharaoh-s-seas:#5fbdc4;
--marlin-green:#3da2a4;
--geneva-green:#1b7978;
}