CSS code for this palette
/* CSS */
.blue-bayou {
color: #bfc3d4;
}
.mystic-iris {
color: #8a9cd0;
}
.dormitory {
color: #606fa9;
}
.blue-gem {
color: #4b3b8c;
}
.minsk {
color: #3c2d6c;
}
/* CSS Variables */
:root {
--blue-bayou:#bfc3d4;
--mystic-iris:#8a9cd0;
--dormitory:#606fa9;
--blue-gem:#4b3b8c;
--minsk:#3c2d6c;
}