Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #ff5e3d;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.neon-light {
color: #ffe15c;
}
.tropical-light {
color: #a3d86e;
}
.heisenberg-blue {
color: #6fd0f6;
}
/* CSS Variables */
:root {
--orange-soda:#ff5e3d;
--peanut-butter-chicken:#ffb65c;
--neon-light:#ffe15c;
--tropical-light:#a3d86e;
--heisenberg-blue:#6fd0f6;
}