Color names in this palette
CSS code for this palette
/* CSS */
.navy-blazer {
color: #292c3d;
}
.pompadour {
color: #6b1f3d;
}
.hyacinth-violet {
color: #a14f97;
}
.sh-z-ch-ng-persimmon {
color: #e69f2d;
}
.oranzhewyi-orange {
color: #f25c3a;
}
/* CSS Variables */
:root {
--navy-blazer:#292c3d;
--pompadour:#6b1f3d;
--hyacinth-violet:#a14f97;
--sh-z-ch-ng-persimmon:#e69f2d;
--oranzhewyi-orange:#f25c3a;
}