Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #ffc83d;
}
.precious-persimmon {
color: #ff7142;
}
.sizzling-red {
color: #ff3d5a;
}
.druchii-violet {
color: #7c2d8f;
}
.yu-gu-ng-l-n-moonlight {
color: #595ca6;
}
/* CSS Variables */
:root {
--yellow-jacket:#ffc83d;
--precious-persimmon:#ff7142;
--sizzling-red:#ff3d5a;
--druchii-violet:#7c2d8f;
--yu-gu-ng-l-n-moonlight:#595ca6;
}