Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.saffron {
color: #f5c72e;
}
.yellow-petal {
color: #f1e94b;
}
.dingy-sticky-note {
color: #e3f4a4;
}
.heisenberg-blue {
color: #6dd6f3;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--saffron:#f5c72e;
--yellow-petal:#f1e94b;
--dingy-sticky-note:#e3f4a4;
--heisenberg-blue:#6dd6f3;
}