Color names in this palette
CSS code for this palette
/* CSS */
.hot-coral {
color: #f45e4e;
}
.shrimp-cocktail {
color: #f4a462;
}
.tasman-honey-yellow {
color: #e3c65f;
}
.cay {
color: #a6d2d3;
}
.blue-genie {
color: #6961ff;
}
/* CSS Variables */
:root {
--hot-coral:#f45e4e;
--shrimp-cocktail:#f4a462;
--tasman-honey-yellow:#e3c65f;
--cay:#a6d2d3;
--blue-genie:#6961ff;
}