Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.orange-pop {
color: #ffbb3d;
}
.bright-light-green {
color: #3dff4d;
}
.brilliant-azure {
color: #388eff;
}
.sugar-grape {
color: #8e38ff;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--orange-pop:#ffbb3d;
--bright-light-green:#3dff4d;
--brilliant-azure:#388eff;
--sugar-grape:#8e38ff;
}