Color names in this palette
CSS code for this palette
/* CSS */
.auric {
color: #c78a1a;
}
.lion-s-mane {
color: #e6ae47;
}
.upbeat {
color: #f3d8a5;
}
.reeds {
color: #a2bea4;
}
.thistleblossom-soft-blue {
color: #8bb5c1;
}
/* CSS Variables */
:root {
--auric:#c78a1a;
--lion-s-mane:#e6ae47;
--upbeat:#f3d8a5;
--reeds:#a2bea4;
--thistleblossom-soft-blue:#8bb5c1;
}