Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.hawaiian-passion {
color: #ff9b3d;
}
.mellow-drama {
color: #ffc65c;
}
.fricass-e {
color: #ffe7c2;
}
.delightful-peach {
color: #ffebd1;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--hawaiian-passion:#ff9b3d;
--mellow-drama:#ffc65c;
--fricass-e:#ffe7c2;
--delightful-peach:#ffebd1;
}