Color names in this palette
CSS code for this palette
/* CSS */
.scooter {
color: #2b8d9c;
}
.sea-life {
color: #5cc1c1;
}
.island-paradise {
color: #8ce3e3;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--scooter:#2b8d9c;
--sea-life:#5cc1c1;
--island-paradise:#8ce3e3;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}