Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.basin-blue {
color: #b8e1e5;
}
.frosty-day {
color: #cdeaf4;
}
.alice-blue {
color: #f0f9ff;
}
.heart-of-ice {
color: #f5fcff;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--basin-blue:#b8e1e5;
--frosty-day:#cdeaf4;
--alice-blue:#f0f9ff;
--heart-of-ice:#f5fcff;
}