Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.pale-egg {
color: #ffe7d1;
}
.ulva-lactuca-green {
color: #91ee91;
}
.light-blue {
color: #add8e6;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--pale-egg:#ffe7d1;
--ulva-lactuca-green:#91ee91;
--light-blue:#add8e6;
}