Color names in this palette
CSS code for this palette
/* CSS */
.morality {
color: #b5cae8;
}
.southern-belle {
color: #a7d7c2;
}
.bone-white {
color: #f1e2b1;
}
.calabrese {
color: #f1a8a2;
}
.rose-essence {
color: #f49c8a;
}
/* CSS Variables */
:root {
--morality:#b5cae8;
--southern-belle:#a7d7c2;
--bone-white:#f1e2b1;
--calabrese:#f1a8a2;
--rose-essence:#f49c8a;
}