Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.sun-crete {
color: #ff8c00;
}
.soviet-gold {
color: #ffd900;
}
.heart-chakra {
color: #5eba7e;
}
.jacksons-purple {
color: #3b3a7e;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--sun-crete:#ff8c00;
--soviet-gold:#ffd900;
--heart-chakra:#5eba7e;
--jacksons-purple:#3b3a7e;
}