Color names in this palette
CSS code for this palette
/* CSS */
.smashed-pumpkin {
color: #ff6d38;
}
.clarified-orange {
color: #ffa05c;
}
.bread-n-butter {
color: #ffd280;
}
.mouse-nose {
color: #ffe4b3;
}
.peach-orange {
color: #ffcc99;
}
/* CSS Variables */
:root {
--smashed-pumpkin:#ff6d38;
--clarified-orange:#ffa05c;
--bread-n-butter:#ffd280;
--mouse-nose:#ffe4b3;
--peach-orange:#ffcc99;
}