Color names in this palette
CSS code for this palette
/* CSS */
.blue-rose {
color: #2d2970;
}
.blueberry {
color: #4c3d99;
}
.fuchsia-blue {
color: #7c60be;
}
.creeping-bellflower {
color: #b88bc1;
}
.pretty-pink-piggy {
color: #f2abd6;
}
/* CSS Variables */
:root {
--blue-rose:#2d2970;
--blueberry:#4c3d99;
--fuchsia-blue:#7c60be;
--creeping-bellflower:#b88bc1;
--pretty-pink-piggy:#f2abd6;
}