Color names in this palette
CSS code for this palette
/* CSS */
.traffic-red {
color: #ff211a;
}
.orange-creamsicle {
color: #ffb514;
}
.vibrant-mint {
color: #05ffe2;
}
.pervenche {
color: #0093f5;
}
.n-u-z-i-s-denim {
color: #0079eb;
}
/* CSS Variables */
:root {
--traffic-red:#ff211a;
--orange-creamsicle:#ffb514;
--vibrant-mint:#05ffe2;
--pervenche:#0093f5;
--n-u-z-i-s-denim:#0079eb;
}