Color names in this palette
CSS code for this palette
/* CSS */
.jack-o-lantern {
color: #d6784c;
}
.copper-creek {
color: #a15d36;
}
.nightingale {
color: #5b492a;
}
.hippie-blue {
color: #498c9c;
}
.sea-haze-grey {
color: #c9d9d5;
}
/* CSS Variables */
:root {
--jack-o-lantern:#d6784c;
--copper-creek:#a15d36;
--nightingale:#5b492a;
--hippie-blue:#498c9c;
--sea-haze-grey:#c9d9d5;
}