Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.break-the-ice {
color: #b2e0f0;
}
.alice-blue {
color: #f0f8ff;
}
.wizard-white {
color: #e2f2fd;
}
.havana-blue {
color: #a4d9e5;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--break-the-ice:#b2e0f0;
--alice-blue:#f0f8ff;
--wizard-white:#e2f2fd;
--havana-blue:#a4d9e5;
}