Color names in this palette
CSS code for this palette
/* CSS */
.sunflower-island {
color: #ffcd05;
}
.phoenix-flames {
color: #ff9c1a;
}
.extreme-carrot {
color: #ff6d2e;
}
.fluorescent-red {
color: #ff4d55;
}
.office-neon-light {
color: #ff2e7b;
}
/* CSS Variables */
:root {
--sunflower-island:#ffcd05;
--phoenix-flames:#ff9c1a;
--extreme-carrot:#ff6d2e;
--fluorescent-red:#ff4d55;
--office-neon-light:#ff2e7b;
}