Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.sunset-yellow {
color: #ff8b3d;
}
.clarified-orange {
color: #ffa55c;
}
.peach-orange {
color: #ffcf99;
}
.milk-froth {
color: #ffedcc;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--sunset-yellow:#ff8b3d;
--clarified-orange:#ffa55c;
--peach-orange:#ffcf99;
--milk-froth:#ffedcc;
}