Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.sun-crete {
color: #ff8c00;
}
.soviet-gold {
color: #ffd900;
}
.capri {
color: #00bfff;
}
.purple-climax {
color: #8800ff;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--sun-crete:#ff8c00;
--soviet-gold:#ffd900;
--capri:#00bfff;
--purple-climax:#8800ff;
}