Color names in this palette
CSS code for this palette
/* CSS */
.bluebell {
color: #3b3b9b;
}
.blue-marguerite {
color: #5f5fb4;
}
.adora {
color: #8c8ccf;
}
.pretty-posie {
color: #b8b8e5;
}
.pale-phthalo-blue {
color: #d1d1ff;
}
/* CSS Variables */
:root {
--bluebell:#3b3b9b;
--blue-marguerite:#5f5fb4;
--adora:#8c8ccf;
--pretty-posie:#b8b8e5;
--pale-phthalo-blue:#d1d1ff;
}