Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-red {
color: #e54f3e;
}
.shrimp-cocktail {
color: #f4a462;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--mandarin-red:#e54f3e;
--shrimp-cocktail:#f4a462;
--azure-tide:#2a9d90;
--mallard:#274754;
--creamy-sweet-corn:#f9c54e;
}