Color names in this palette
CSS code for this palette
/* CSS */
.aqua-blue {
color: #7cb7bb;
}
.water-slide {
color: #a2d0d2;
}
.ethereal-white {
color: #e4f1f1;
}
.banana-yogurt {
color: #f9e8b4;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--aqua-blue:#7cb7bb;
--water-slide:#a2d0d2;
--ethereal-white:#e4f1f1;
--banana-yogurt:#f9e8b4;
--shrimp-cocktail:#f4a462;
}