Color names in this palette
CSS code for this palette
/* CSS */
.icicle-mint {
color: #d0e7e3;
}
.french-pass {
color: #a3d3e0;
}
.baby-tears {
color: #69b7d8;
}
.bluejay {
color: #108ab2;
}
.biscay-bay {
color: #05788a;
}
/* CSS Variables */
:root {
--icicle-mint:#d0e7e3;
--french-pass:#a3d3e0;
--baby-tears:#69b7d8;
--bluejay:#108ab2;
--biscay-bay:#05788a;
}