Color names in this palette
CSS code for this palette
/* CSS */
.purple-cabbage {
color: #3b3fa0;
}
.marvellous {
color: #6b7fb3;
}
.teclis-blue {
color: #a1bae8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.spirit-warrior {
color: #d85241;
}
/* CSS Variables */
:root {
--purple-cabbage:#3b3fa0;
--marvellous:#6b7fb3;
--teclis-blue:#a1bae8;
--solar-plexus-chakra:#f1c84b;
--spirit-warrior:#d85241;
}