Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #81b4c5;
}
.terrace-pool {
color: #a3d7e0;
}
.refreshing-pool {
color: #b6e7e7;
}
.frostproof {
color: #d1f0f5;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--heavenly:#81b4c5;
--terrace-pool:#a3d7e0;
--refreshing-pool:#b6e7e7;
--frostproof:#d1f0f5;
--vapor:#f0ffff;
}