Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d94a3a;
}
.shrimp-cocktail {
color: #f4a462;
}
.wickerware {
color: #fce3b0;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
/* CSS Variables */
:root {
--warming-heart:#d94a3a;
--shrimp-cocktail:#f4a462;
--wickerware:#fce3b0;
--azure-tide:#2a9d90;
--mallard:#274754;
}