Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.ucla-gold {
color: #ffb300;
}
.lemon-bundt-cake {
color: #fff59e;
}
.hollandaise {
color: #ffec42;
}
.vibrant {
color: #ffd54d;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--ucla-gold:#ffb300;
--lemon-bundt-cake:#fff59e;
--hollandaise:#ffec42;
--vibrant:#ffd54d;
}