Color names in this palette
CSS code for this palette
/* CSS */
.honey-locust {
color: #ffc466;
}
.bright-halo {
color: #ffd166;
}
.lemon-tart {
color: #ffe066;
}
.chilled-lemonade {
color: #ffea94;
}
.transparent-yellow {
color: #fff1a8;
}
/* CSS Variables */
:root {
--honey-locust:#ffc466;
--bright-halo:#ffd166;
--lemon-tart:#ffe066;
--chilled-lemonade:#ffea94;
--transparent-yellow:#fff1a8;
}