Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.buttery-salmon {
color: #ffb19e;
}
.peach-pink {
color: #ff9b8a;
}
.n-rang-orange {
color: #ff8052;
}
.orange-soda {
color: #ff5e3d;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--buttery-salmon:#ffb19e;
--peach-pink:#ff9b8a;
--n-rang-orange:#ff8052;
--orange-soda:#ff5e3d;
}