Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #81b4c5;
}
.nevada-sky {
color: #a1d9e8;
}
.coastal-breeze {
color: #e1f7f9;
}
.ice-crystal-blue {
color: #a7e2e1;
}
.crystalsong-blue {
color: #4eb7b1;
}
/* CSS Variables */
:root {
--heavenly:#81b4c5;
--nevada-sky:#a1d9e8;
--coastal-breeze:#e1f7f9;
--ice-crystal-blue:#a7e2e1;
--crystalsong-blue:#4eb7b1;
}