Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.squeaky {
color: #6cc4d5;
}
.dragonfly-blue {
color: #41b1c8;
}
.riviera-paradise {
color: #00999e;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--squeaky:#6cc4d5;
--dragonfly-blue:#41b1c8;
--riviera-paradise:#00999e;
--buzzards-bay:#007a7a;
}