Color names in this palette
CSS code for this palette
/* CSS */
.red-orange {
color: #ff3d33;
}
.orange-soda {
color: #ff5e3d;
}
.mythical-orange {
color: #ff7b47;
}
.pumpkin-vapour {
color: #ffa94d;
}
.faded-sunlight {
color: #ffd06b;
}
/* CSS Variables */
:root {
--red-orange:#ff3d33;
--orange-soda:#ff5e3d;
--mythical-orange:#ff7b47;
--pumpkin-vapour:#ffa94d;
--faded-sunlight:#ffd06b;
}