Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.squeaky {
color: #68c8d9;
}
.river-blue {
color: #3bb2c4;
}
.regula-barbara-blue {
color: #009996;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--squeaky:#68c8d9;
--river-blue:#3bb2c4;
--regula-barbara-blue:#009996;
--buzzards-bay:#007a7a;
}