Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.vivid-orange {
color: #ff5e00;
}
.coquelicot {
color: #ff3c00;
}
.cherry-soda {
color: #ff0044;
}
.purple-climax {
color: #8800ff;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--vivid-orange:#ff5e00;
--coquelicot:#ff3c00;
--cherry-soda:#ff0044;
--purple-climax:#8800ff;
}