Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d7e3;
}
.squeaky {
color: #69c2d8;
}
.aquatic-cool {
color: #3ea4b6;
}
.by-the-bayou {
color: #007c8f;
}
.deep-lagoon {
color: #005c70;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d7e3;
--squeaky:#69c2d8;
--aquatic-cool:#3ea4b6;
--by-the-bayou:#007c8f;
--deep-lagoon:#005c70;
}