Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2be;
}
.syndicalist {
color: #f5c400;
}
.forsythia-blossom {
color: #f5d870;
}
.cold-blue {
color: #86e4e1;
}
.molly-robins {
color: #4f8c78;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2be;
--syndicalist:#f5c400;
--forsythia-blossom:#f5d870;
--cold-blue:#86e4e1;
--molly-robins:#4f8c78;
}