Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7e3d99;
}
.coolbox-ice-turquoise {
color: #499c9c;
}
.american-yellow {
color: #f5b400;
}
.lighthouse-glow {
color: #f7d669;
}
.glowing-brake-disc {
color: #ef4848;
}
/* CSS Variables */
:root {
--cadmium-violet:#7e3d99;
--coolbox-ice-turquoise:#499c9c;
--american-yellow:#f5b400;
--lighthouse-glow:#f7d669;
--glowing-brake-disc:#ef4848;
}