Color names in this palette
CSS code for this palette
/* CSS */
.office-neon-light {
color: #ff297e;
}
.magenta-crayon {
color: #ff61a5;
}
.pink-condition {
color: #ff94d8;
}
.clean-pool {
color: #4dbaf5;
}
.blue-atoll {
color: #00b4e6;
}
/* CSS Variables */
:root {
--office-neon-light:#ff297e;
--magenta-crayon:#ff61a5;
--pink-condition:#ff94d8;
--clean-pool:#4dbaf5;
--blue-atoll:#00b4e6;
}