Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.whisky-sour {
color: #ebac2d;
}
.turmeric-tea {
color: #d68e29;
}
.potter-s-clay {
color: #a74b2a;
}
.woody-brown {
color: #6f2c2a;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--whisky-sour:#ebac2d;
--turmeric-tea:#d68e29;
--potter-s-clay:#a74b2a;
--woody-brown:#6f2c2a;
}