Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.citrus-splash {
color: #ffc300;
}
.mint-julep {
color: #dbf7a6;
}
.thallium-flame {
color: #5cff8a;
}
.pool-water {
color: #1f8bff;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--citrus-splash:#ffc300;
--mint-julep:#dbf7a6;
--thallium-flame:#5cff8a;
--pool-water:#1f8bff;
}