Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunglow {
color: #ffcc33;
}
.lemon-peel {
color: #ffec80;
}
.n-rang-orange {
color: #ff8052;
}
.blood-burst {
color: #ff4d4f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunglow:#ffcc33;
--lemon-peel:#ffec80;
--n-rang-orange:#ff8052;
--blood-burst:#ff4d4f;
}