Color names in this palette
CSS code for this palette
/* CSS */
.australium-gold {
color: #e5b33e;
}
.little-sun-dress {
color: #f9c85d;
}
.late-day-sun {
color: #f2e08c;
}
.fringy-flower {
color: #b3e0b7;
}
.aqueduct {
color: #5cb1b7;
}
/* CSS Variables */
:root {
--australium-gold:#e5b33e;
--little-sun-dress:#f9c85d;
--late-day-sun:#f2e08c;
--fringy-flower:#b3e0b7;
--aqueduct:#5cb1b7;
}