Color names in this palette
CSS code for this palette
/* CSS */
.zimidar {
color: #6a4d89;
}
.century-s-last-sunset {
color: #997a89;
}
.canyon-trail {
color: #d6b6a8;
}
.roadster-yellow {
color: #f3e1a0;
}
.butterscotch {
color: #f9b548;
}
/* CSS Variables */
:root {
--zimidar:#6a4d89;
--century-s-last-sunset:#997a89;
--canyon-trail:#d6b6a8;
--roadster-yellow:#f3e1a0;
--butterscotch:#f9b548;
}