Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #81b4c5;
}
.terrace-pool {
color: #a3d7e0;
}
.refreshing-pool {
color: #b7e6e3;
}
.let-it-snow {
color: #d6f2f5;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--heavenly:#81b4c5;
--terrace-pool:#a3d7e0;
--refreshing-pool:#b7e6e3;
--let-it-snow:#d6f2f5;
--vapor:#f0ffff;
}