Color names in this palette
CSS code for this palette
/* CSS */
.xanthous {
color: #f2b62c;
}
.goldsmith {
color: #efb74d;
}
.dilly-dally {
color: #f6da5a;
}
.young-green-onion {
color: #a2d058;
}
.sereni-teal {
color: #74b9a7;
}
/* CSS Variables */
:root {
--xanthous:#f2b62c;
--goldsmith:#efb74d;
--dilly-dally:#f6da5a;
--young-green-onion:#a2d058;
--sereni-teal:#74b9a7;
}