Color names in this palette
CSS code for this palette
/* CSS */
.blue-heath-butterfly {
color: #5770ff;
}
.blue-heath-butterfly {
color: #4d5eff;
}
.pretentious-peacock {
color: #3d4aff;
}
.bi-blue {
color: #66a3ff;
}
.malm-ff {
color: #a3d6ff;
}
/* CSS Variables */
:root {
--blue-heath-butterfly:#5770ff;
--blue-heath-butterfly:#4d5eff;
--pretentious-peacock:#3d4aff;
--bi-blue:#66a3ff;
--malm-ff:#a3d6ff;
}