Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.beniukon-bronze {
color: #ff7e33;
}
.citrus-splash {
color: #ffc300;
}
.mint-julep {
color: #dbf7a6;
}
.vampire-bite {
color: #c70038;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--beniukon-bronze:#ff7e33;
--citrus-splash:#ffc300;
--mint-julep:#dbf7a6;
--vampire-bite:#c70038;
}