Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a5e3df;
}
.bleached-aqua {
color: #bae3e1;
}
.fennel-tea {
color: #d2f4e0;
}
.aspen-yellow {
color: #f4e09f;
}
.calabrese {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a5e3df;
--bleached-aqua:#bae3e1;
--fennel-tea:#d2f4e0;
--aspen-yellow:#f4e09f;
--calabrese:#f6a9a2;
}