Color names in this palette
CSS code for this palette
/* CSS */
.vaporwave-blue {
color: #1fd6ff;
}
.indiviolet-sunset {
color: #690dab;
}
.magenta-affair {
color: #a23cdd;
}
.pink-plastic-fantastic {
color: #ff7ac6;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--vaporwave-blue:#1fd6ff;
--indiviolet-sunset:#690dab;
--magenta-affair:#a23cdd;
--pink-plastic-fantastic:#ff7ac6;
--usc-gold:#ffcc00;
}