Color names in this palette
CSS code for this palette
/* CSS */
.faded-sunlight {
color: #ffce6b;
}
.orange-bell-pepper {
color: #ff8b42;
}
.orange-soda {
color: #ff5e3d;
}
.cg-red {
color: #e13c33;
}
.japanese-wineberry {
color: #4e2d35;
}
/* CSS Variables */
:root {
--faded-sunlight:#ffce6b;
--orange-bell-pepper:#ff8b42;
--orange-soda:#ff5e3d;
--cg-red:#e13c33;
--japanese-wineberry:#4e2d35;
}