Color names in this palette
CSS code for this palette
/* CSS */
.australium-gold {
color: #e7b540;
}
.wiener-schnitzel {
color: #f09c00;
}
.facemark {
color: #f6d288;
}
.bleuch-tel-blue {
color: #4b8af7;
}
.amaranth-deep-purple {
color: #a12b64;
}
/* CSS Variables */
:root {
--australium-gold:#e7b540;
--wiener-schnitzel:#f09c00;
--facemark:#f6d288;
--bleuch-tel-blue:#4b8af7;
--amaranth-deep-purple:#a12b64;
}