Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.peach-of-mind {
color: #ffe3b3;
}
.ulva-lactuca-green {
color: #91ee91;
}
.meat {
color: #f07f7f;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--peach-of-mind:#ffe3b3;
--ulva-lactuca-green:#91ee91;
--meat:#f07f7f;
}