Color names in this palette
CSS code for this palette
/* CSS */
.shandy {
color: #ffe770;
}
.kuchinashi-yellow {
color: #ffdb4d;
}
.yellow-jacket {
color: #ffc83d;
}
.sunset-glow {
color: #ffb22e;
}
.lush-honeycomb {
color: #ffa71a;
}
/* CSS Variables */
:root {
--shandy:#ffe770;
--kuchinashi-yellow:#ffdb4d;
--yellow-jacket:#ffc83d;
--sunset-glow:#ffb22e;
--lush-honeycomb:#ffa71a;
}