Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.marigold-dust {
color: #f6d13c;
}
.mint-macaron {
color: #afeeee;
}
.glass-jar-blue {
color: #1fb2aa;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--marigold-dust:#f6d13c;
--mint-macaron:#afeeee;
--glass-jar-blue:#1fb2aa;
}