Color names in this palette
CSS code for this palette
/* CSS */
.azure-sky {
color: #b2e1f5;
}
.terrace-pool {
color: #a3d8e0;
}
.eastern-sky {
color: #90c3d0;
}
.maritime-soft-blue {
color: #69b6c3;
}
.maui-blue {
color: #4c9db8;
}
/* CSS Variables */
:root {
--azure-sky:#b2e1f5;
--terrace-pool:#a3d8e0;
--eastern-sky:#90c3d0;
--maritime-soft-blue:#69b6c3;
--maui-blue:#4c9db8;
}