Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f9c9b9;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f9c9b9;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--azure-tide:#2a9d90;
--mallard:#274754;
}