Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.rich-sorrel {
color: #a87c3e;
}
.honey-beehive {
color: #d5a15d;
}
.tamale-maize {
color: #f6e7b6;
}
.ariel-s-delight {
color: #b2a8d1;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--rich-sorrel:#a87c3e;
--honey-beehive:#d5a15d;
--tamale-maize:#f6e7b6;
--ariel-s-delight:#b2a8d1;
}