Color names in this palette
CSS code for this palette
/* CSS */
.aquarelle-green {
color: #e2f3e6;
}
.festival-de-verano {
color: #b7e1d9;
}
.booty-bay {
color: #7fc3be;
}
.blue-racer {
color: #4ca4a9;
}
.teal {
color: #007f80;
}
/* CSS Variables */
:root {
--aquarelle-green:#e2f3e6;
--festival-de-verano:#b7e1d9;
--booty-bay:#7fc3be;
--blue-racer:#4ca4a9;
--teal:#007f80;
}