Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #813d99;
}
.rozowy-pink {
color: #f1a7b8;
}
.venetian-yellow {
color: #f7e1a1;
}
.clean-pool {
color: #5cc0eb;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--cadmium-violet:#813d99;
--rozowy-pink:#f1a7b8;
--venetian-yellow:#f7e1a1;
--clean-pool:#5cc0eb;
--durotar-fire:#f15a27;
}