Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.shrimp-cocktail {
color: #f4a462;
}
.yellow-avarice {
color: #f6f7d9;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--shrimp-cocktail:#f4a462;
--yellow-avarice:#f6f7d9;
--azure-tide:#2a9d90;
--mallard:#274754;
}