Color names in this palette
CSS code for this palette
/* CSS */
.morality {
color: #b5cae8;
}
.high-style {
color: #a6b4d8;
}
.searching-blue {
color: #6a7b9a;
}
.sweet-grape {
color: #4b3d52;
}
.blushing-sky {
color: #d7b2d5;
}
/* CSS Variables */
:root {
--morality:#b5cae8;
--high-style:#a6b4d8;
--searching-blue:#6a7b9a;
--sweet-grape:#4b3d52;
--blushing-sky:#d7b2d5;
}