Color names in this palette
CSS code for this palette
/* CSS */
.clay-mug {
color: #d5795d;
}
.evening-sunset {
color: #efad6c;
}
.milky-maize {
color: #f6d9a2;
}
.o-grady-green {
color: #5cad8d;
}
.hippie-blue {
color: #498c9c;
}
/* CSS Variables */
:root {
--clay-mug:#d5795d;
--evening-sunset:#efad6c;
--milky-maize:#f6d9a2;
--o-grady-green:#5cad8d;
--hippie-blue:#498c9c;
}