Color names in this palette
CSS code for this palette
/* CSS */
.golden-gate-bridge {
color: #be342d;
}
.firebug {
color: #d0614e;
}
.modestly-peach {
color: #e9a59b;
}
.pulled-taffy {
color: #f2d4ba;
}
.whipping-cream {
color: #f9f5e7;
}
/* CSS Variables */
:root {
--golden-gate-bridge:#be342d;
--firebug:#d0614e;
--modestly-peach:#e9a59b;
--pulled-taffy:#f2d4ba;
--whipping-cream:#f9f5e7;
}