Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.hawaiian-passion {
color: #ff9e3d;
}
.floral-leaf {
color: #ffb84d;
}
.radler {
color: #ffd15c;
}
.the-first-daffodil {
color: #fff68f;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--hawaiian-passion:#ff9e3d;
--floral-leaf:#ffb84d;
--radler:#ffd15c;
--the-first-daffodil:#fff68f;
}