Color names in this palette
CSS code for this palette
/* CSS */
.jugendstil-turquoise {
color: #5e9c9c;
}
.aster-violetta {
color: #8e5e9c;
}
.afghan-sand {
color: #d2a85b;
}
.y-ng-ch-ng-orange {
color: #f19f41;
}
.re-entry {
color: #d94a4a;
}
/* CSS Variables */
:root {
--jugendstil-turquoise:#5e9c9c;
--aster-violetta:#8e5e9c;
--afghan-sand:#d2a85b;
--y-ng-ch-ng-orange:#f19f41;
--re-entry:#d94a4a;
}