Color names in this palette
CSS code for this palette
/* CSS */
.amber {
color: #ffbf00;
}
.aerospace-orange {
color: #ff5100;
}
.neon-rose {
color: #ff0080;
}
.purple-climax {
color: #8800ff;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--amber:#ffbf00;
--aerospace-orange:#ff5100;
--neon-rose:#ff0080;
--purple-climax:#8800ff;
--capri:#00bfff;
}