Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f5d03d;
}
.carrot {
color: #ff713d;
}
.rising-star {
color: #f6f9d7;
}
.yu-gu-ng-l-n-moonlight {
color: #595ca6;
}
.black-olive {
color: #3a3b35;
}
/* CSS Variables */
:root {
--marigold-dust:#f5d03d;
--carrot:#ff713d;
--rising-star:#f6f9d7;
--yu-gu-ng-l-n-moonlight:#595ca6;
--black-olive:#3a3b35;
}