Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.the-first-daffodil {
color: #fff68f;
}
.cobalt-green {
color: #90fa8e;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--the-first-daffodil:#fff68f;
--cobalt-green:#90fa8e;
--capri:#00bfff;
}