Color names in this palette
CSS code for this palette
/* CSS */
.red-power {
color: #d13d3d;
}
.shrimp-cocktail {
color: #f4a462;
}
.tender-peach {
color: #f9d3b9;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
/* CSS Variables */
:root {
--red-power:#d13d3d;
--shrimp-cocktail:#f4a462;
--tender-peach:#f9d3b9;
--azure-tide:#2a9d90;
--mallard:#274754;
}