Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.chrome-yellow {
color: #faa700;
}
.young-apricot {
color: #fcd8b6;
}
.light-orchid {
color: #e5a4d7;
}
.medium-orchid {
color: #b14fcf;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--chrome-yellow:#faa700;
--young-apricot:#fcd8b6;
--light-orchid:#e5a4d7;
--medium-orchid:#b14fcf;
}