Color names in this palette
CSS code for this palette
/* CSS */
.sugar-grape {
color: #a13dff;
}
.sz-ll-si-grape {
color: #7729ff;
}
.blue-heath-butterfly {
color: #5c6fff;
}
.libra-blue-morpho {
color: #4dd2ff;
}
.pool-water {
color: #1f8bff;
}
/* CSS Variables */
:root {
--sugar-grape:#a13dff;
--sz-ll-si-grape:#7729ff;
--blue-heath-butterfly:#5c6fff;
--libra-blue-morpho:#4dd2ff;
--pool-water:#1f8bff;
}