Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.hawaiian-passion {
color: #ffa13d;
}
.cape-jasmine {
color: #ffbb5c;
}
.apricot-glow {
color: #ffcc7a;
}
.august-morning {
color: #ffd89e;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--hawaiian-passion:#ffa13d;
--cape-jasmine:#ffbb5c;
--apricot-glow:#ffcc7a;
--august-morning:#ffd89e;
}