Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.orangish {
color: #ff9147;
}
.clarified-orange {
color: #ffa55c;
}
.apricot-flower {
color: #ffbb80;
}
.pandora-s-box {
color: #ffdbb8;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--orangish:#ff9147;
--clarified-orange:#ffa55c;
--apricot-flower:#ffbb80;
--pandora-s-box:#ffdbb8;
}