Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.vivid-tangerine {
color: #ff9980;
}
.floral-leaf {
color: #ffb84d;
}
.cowbell {
color: #ffe680;
}
.python-yellow {
color: #ffd642;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--vivid-tangerine:#ff9980;
--floral-leaf:#ffb84d;
--cowbell:#ffe680;
--python-yellow:#ffd642;
}