Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a8e0e1;
}
.water-flow {
color: #7cc4d5;
}
.explorer-blue {
color: #5da3b6;
}
.larkspur {
color: #3c7f90;
}
.blue-bayberry {
color: #295460;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a8e0e1;
--water-flow:#7cc4d5;
--explorer-blue:#5da3b6;
--larkspur:#3c7f90;
--blue-bayberry:#295460;
}