Color names in this palette
CSS code for this palette
/* CSS */
.australium-gold {
color: #e9b23a;
}
.mocha-dandelion {
color: #f0d670;
}
.lazy-daisy {
color: #f6e9a2;
}
.rhubarb-gin {
color: #d7a8c2;
}
.enticing-red {
color: #b44b52;
}
/* CSS Variables */
:root {
--australium-gold:#e9b23a;
--mocha-dandelion:#f0d670;
--lazy-daisy:#f6e9a2;
--rhubarb-gin:#d7a8c2;
--enticing-red:#b44b52;
}