Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.exotic-blossom {
color: #ff9e42;
}
.scalloped-oak {
color: #f3d0a0;
}
.green-masquerade {
color: #8cbf88;
}
.steel-teal {
color: #5b8b8a;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--exotic-blossom:#ff9e42;
--scalloped-oak:#f3d0a0;
--green-masquerade:#8cbf88;
--steel-teal:#5b8b8a;
}