Color names in this palette
CSS code for this palette
/* CSS */
.vivid-orange {
color: #ff5e00;
}
.mandarin-peel {
color: #ff9d00;
}
.cyber-yellow {
color: #ffd500;
}
.sailor-moon {
color: #ffee00;
}
.p-l-yellow {
color: #fffc57;
}
/* CSS Variables */
:root {
--vivid-orange:#ff5e00;
--mandarin-peel:#ff9d00;
--cyber-yellow:#ffd500;
--sailor-moon:#ffee00;
--p-l-yellow:#fffc57;
}