Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1b9dda;
}
.shrimp-cocktail {
color: #f4a462;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.entan-red {
color: #e76e50;
}
.bunting {
color: #2d3249;
}
/* CSS Variables */
:root {
--homeworld:#1b9dda;
--shrimp-cocktail:#f4a462;
--solar-plexus-chakra:#f1c84b;
--entan-red:#e76e50;
--bunting:#2d3249;
}