Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.indigo {
color: #4a0080;
}
.cotinga-purple {
color: #2c005c;
}
.deep-magenta {
color: #a3005c;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--indigo:#4a0080;
--cotinga-purple:#2c005c;
--deep-magenta:#a3005c;
--blood-burst:#ff4d4d;
}