Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.beniukon-bronze {
color: #ff8133;
}
.floral-leaf {
color: #ffb84d;
}
.antigua-sunrise {
color: #ffe6c7;
}
.just-pink-enough {
color: #ffebee;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--beniukon-bronze:#ff8133;
--floral-leaf:#ffb84d;
--antigua-sunrise:#ffe6c7;
--just-pink-enough:#ffebee;
}