Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.not-a-cloud-in-sight {
color: #85c5d1;
}
.explorer-blue {
color: #5ca4b7;
}
.magic-blue {
color: #3d8cae;
}
.blue-mediterranean {
color: #1e7e9f;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--not-a-cloud-in-sight:#85c5d1;
--explorer-blue:#5ca4b7;
--magic-blue:#3d8cae;
--blue-mediterranean:#1e7e9f;
}