Color names in this palette
CSS code for this palette
/* CSS */
.ice-breaker {
color: #d5e7e7;
}
.fine-blue {
color: #b7e1e1;
}
.aqua-spray {
color: #a3dbdb;
}
.andes-sky {
color: #6ed8d8;
}
.panorama-blue {
color: #39c6c6;
}
/* CSS Variables */
:root {
--ice-breaker:#d5e7e7;
--fine-blue:#b7e1e1;
--aqua-spray:#a3dbdb;
--andes-sky:#6ed8d8;
--panorama-blue:#39c6c6;
}