Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.absolute-apricot {
color: #ff9742;
}
.floral-leaf {
color: #ffb84d;
}
.bicycle-yellow {
color: #ffe68a;
}
.creamy-corn {
color: #fff3c2;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--absolute-apricot:#ff9742;
--floral-leaf:#ffb84d;
--bicycle-yellow:#ffe68a;
--creamy-corn:#fff3c2;
}