Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.heavenly {
color: #80b3c6;
}
.blue-square {
color: #4f8d9c;
}
.deep-marine {
color: #2b6369;
}
.black-soap {
color: #1c3f3a;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--heavenly:#80b3c6;
--blue-square:#4f8d9c;
--deep-marine:#2b6369;
--black-soap:#1c3f3a;
}