Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.sun-crete {
color: #ff8c00;
}
.citrus-splash {
color: #ffc300;
}
.rapeseed-blossom {
color: #ffed47;
}
.tropical-light {
color: #a1d76a;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--sun-crete:#ff8c00;
--citrus-splash:#ffc300;
--rapeseed-blossom:#ffed47;
--tropical-light:#a1d76a;
}