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