Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9ed6e0;
}
.shrimp-cocktail {
color: #f4a462;
}
.trapunto {
color: #f6eab6;
}
.entan-red {
color: #e76e50;
}
.ship-s-officer {
color: #2d3b48;
}
/* CSS Variables */
:root {
--ocean-cruise:#9ed6e0;
--shrimp-cocktail:#f4a462;
--trapunto:#f6eab6;
--entan-red:#e76e50;
--ship-s-officer:#2d3b48;
}