Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-fervor {
color: #b42222;
}
.poppy-surprise {
color: #ff5833;
}
.citrus-splash {
color: #ffc300;
}
.mint-julep {
color: #dbf7a6;
}
.forestial {
color: #007a33;
}
/* CSS Variables */
:root {
--flamingo-fervor:#b42222;
--poppy-surprise:#ff5833;
--citrus-splash:#ffc300;
--mint-julep:#dbf7a6;
--forestial:#007a33;
}