Color names in this palette
CSS code for this palette
/* CSS */
.provincial-blue {
color: #5d7c92;
}
.bird-s-egg-green {
color: #a9c7b9;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.brass-mesh {
color: #e2a34b;
}
.firebug {
color: #c95c4f;
}
/* CSS Variables */
:root {
--provincial-blue:#5d7c92;
--bird-s-egg-green:#a9c7b9;
--smooth-as-corn-silk:#f4e4b3;
--brass-mesh:#e2a34b;
--firebug:#c95c4f;
}