Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.marigold {
color: #ffc105;
}
.emerald-wave {
color: #4eb7ac;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--marigold:#ffc105;
--emerald-wave:#4eb7ac;
--ti-n-l-n-sky:#65b5f6;
}