Color names in this palette
CSS code for this palette
/* CSS */
.yuzukosh {
color: #d9d94a;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.french-rose {
color: #ff4d8b;
}
.democrat {
color: #00b4f5;
}
.sz-ll-si-grape {
color: #8929ff;
}
/* CSS Variables */
:root {
--yuzukosh:#d9d94a;
--r-d-i-ch-ng-orange:#f07c00;
--french-rose:#ff4d8b;
--democrat:#00b4f5;
--sz-ll-si-grape:#8929ff;
}