Color names in this palette
CSS code for this palette
/* CSS */
.chaat-masala {
color: #ed7c31;
}
.welcoming-wasp {
color: #f0a800;
}
.decisive-yellow {
color: #ffcc4d;
}
.budding-peach {
color: #f3d4bf;
}
.preppy-rose {
color: #d16b8b;
}
/* CSS Variables */
:root {
--chaat-masala:#ed7c31;
--welcoming-wasp:#f0a800;
--decisive-yellow:#ffcc4d;
--budding-peach:#f3d4bf;
--preppy-rose:#d16b8b;
}