Color names in this palette
CSS code for this palette
/* CSS */
.eternal-summer {
color: #f5e900;
}
.forsythia {
color: #ffc800;
}
.aerospace-orange {
color: #ff5100;
}
.rosso-corsa {
color: #d60000;
}
.purple-climax {
color: #8800ff;
}
/* CSS Variables */
:root {
--eternal-summer:#f5e900;
--forsythia:#ffc800;
--aerospace-orange:#ff5100;
--rosso-corsa:#d60000;
--purple-climax:#8800ff;
}