Color names in this palette
CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.bee-cluster {
color: #ffad33;
}
.qing-yellow {
color: #ffcc66;
}
.sun-drenched {
color: #ffe7a3;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--bee-cluster:#ffad33;
--qing-yellow:#ffcc66;
--sun-drenched:#ffe7a3;
--n-rang-orange:#ff8052;
}