Color names in this palette
CSS code for this palette
/* CSS */
.abbot {
color: #4d3e2e;
}
.sweet-georgia-brown {
color: #8b6f5b;
}
.beachwalk {
color: #d1b67a;
}
.optimistic-yellow {
color: #f4e1a4;
}
.frozen-blue {
color: #a6c7d9;
}
/* CSS Variables */
:root {
--abbot:#4d3e2e;
--sweet-georgia-brown:#8b6f5b;
--beachwalk:#d1b67a;
--optimistic-yellow:#f4e1a4;
--frozen-blue:#a6c7d9;
}