Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #81b4c5;
}
.ocean-cruise {
color: #9fd4df;
}
.icy-breeze {
color: #c1e9f0;
}
.coastal-breeze {
color: #e0f7fa;
}
.sparkling-snow {
color: #f5ffff;
}
/* CSS Variables */
:root {
--heavenly:#81b4c5;
--ocean-cruise:#9fd4df;
--icy-breeze:#c1e9f0;
--coastal-breeze:#e0f7fa;
--sparkling-snow:#f5ffff;
}