Color names in this palette
CSS code for this palette
/* CSS */
.sun-dance {
color: #c6a64e;
}
.golden-koi {
color: #e6a34c;
}
.citrus-honey {
color: #f5b76b;
}
.jemima {
color: #f5d67f;
}
.menoth-white-base {
color: #f1e7b7;
}
/* CSS Variables */
:root {
--sun-dance:#c6a64e;
--golden-koi:#e6a34c;
--citrus-honey:#f5b76b;
--jemima:#f5d67f;
--menoth-white-base:#f1e7b7;
}