Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.maya-blue {
color: #70c6ff;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--touch-of-turquoise:#a2d7cf;
--maya-blue:#70c6ff;
}