Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a5e0e3;
}
.across-the-bay {
color: #b1e4e7;
}
.milky-way {
color: #e4f6f6;
}
.paw-paw {
color: #f9d59f;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a5e0e3;
--across-the-bay:#b1e4e7;
--milky-way:#e4f6f6;
--paw-paw:#f9d59f;
--snow-white-blush:#f9aeae;
}