Color names in this palette
CSS code for this palette
/* CSS */
.by-the-bayou {
color: #007c8f;
}
.riviera-paradise {
color: #00999e;
}
.blue-martina {
color: #1cc4c2;
}
.downy {
color: #6ed8c1;
}
.icery {
color: #a2f6e2;
}
/* CSS Variables */
:root {
--by-the-bayou:#007c8f;
--riviera-paradise:#00999e;
--blue-martina:#1cc4c2;
--downy:#6ed8c1;
--icery:#a2f6e2;
}