Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #81b4c5;
}
.terrace-pool {
color: #a3d6e0;
}
.frosty-soft-blue {
color: #b2e1e0;
}
.coastal-breeze {
color: #e0f7fa;
}
.whitest-white {
color: #f9f8f6;
}
/* CSS Variables */
:root {
--heavenly:#81b4c5;
--terrace-pool:#a3d6e0;
--frosty-soft-blue:#b2e1e0;
--coastal-breeze:#e0f7fa;
--whitest-white:#f9f8f6;
}