Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.caroling-candlelight {
color: #ffba52;
}
.kuchinashi-yellow {
color: #ffdc52;
}
.dithered-sky {
color: #c2dfff;
}
.garish-green {
color: #4fbf8b;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--caroling-candlelight:#ffba52;
--kuchinashi-yellow:#ffdc52;
--dithered-sky:#c2dfff;
--garish-green:#4fbf8b;
}