Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d8e0;
}
.across-the-bay {
color: #b1e4e7;
}
.frosty-day {
color: #c8f0f4;
}
.coastal-breeze {
color: #e2f8f7;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d8e0;
--across-the-bay:#b1e4e7;
--frosty-day:#c8f0f4;
--coastal-breeze:#e2f8f7;
--vapor:#f0ffff;
}