Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.atomic-tangerine {
color: #ff976b;
}
.persicus {
color: #ffb69e;
}
.sand-muffin {
color: #ffdfc2;
}
.orange-soda {
color: #ff5e3d;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--atomic-tangerine:#ff976b;
--persicus:#ffb69e;
--sand-muffin:#ffdfc2;
--orange-soda:#ff5e3d;
}