Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.exotic-blossom {
color: #ff9e42;
}
.qing-yellow {
color: #ffcc66;
}
.bleached-silk {
color: #f2f2f2;
}
.almost-aloe {
color: #c6e9af;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--exotic-blossom:#ff9e42;
--qing-yellow:#ffcc66;
--bleached-silk:#f2f2f2;
--almost-aloe:#c6e9af;
}