Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4b8abe;
}
.superior-blue {
color: #3e5f74;
}
.technical-blue {
color: #5a7f8c;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--boat-house:#4b8abe;
--superior-blue:#3e5f74;
--technical-blue:#5a7f8c;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}