Color names in this palette
CSS code for this palette
/* CSS */
.milky-green {
color: #c6d2c8;
}
.pond-s-edge {
color: #b6c9ba;
}
.spring-reflection {
color: #a1bfa9;
}
.trick-or-treat {
color: #e6b689;
}
.jack-o-lantern {
color: #d5764d;
}
/* CSS Variables */
:root {
--milky-green:#c6d2c8;
--pond-s-edge:#b6c9ba;
--spring-reflection:#a1bfa9;
--trick-or-treat:#e6b689;
--jack-o-lantern:#d5764d;
}