Color names in this palette
CSS code for this palette
/* CSS */
.by-the-bayou {
color: #007c8f;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00d1c0;
}
.sweet-aqua {
color: #a6e8d0;
}
.gram-s-hair {
color: #f3f6f7;
}
/* CSS Variables */
:root {
--by-the-bayou:#007c8f;
--verditer:#00b3aa;
--pristine-oceanic:#00d1c0;
--sweet-aqua:#a6e8d0;
--gram-s-hair:#f3f6f7;
}