Color names in this palette
CSS code for this palette
/* CSS */
.red-bean {
color: #3d0a0a;
}
.sundried-tomato {
color: #682c2c;
}
.energy-peak {
color: #b65d5d;
}
.mandarin-peel {
color: #ff9d00;
}
.peeps {
color: #ffcd38;
}
/* CSS Variables */
:root {
--red-bean:#3d0a0a;
--sundried-tomato:#682c2c;
--energy-peak:#b65d5d;
--mandarin-peel:#ff9d00;
--peeps:#ffcd38;
}