Color names in this palette
CSS code for this palette
/* CSS */
.young-at-heart {
color: #d4a5a9;
}
.everblooming {
color: #f1c6b7;
}
.musical-mist {
color: #f9e8e6;
}
.crescent-moon {
color: #f2e8cf;
}
.morality {
color: #b5cfe8;
}
/* CSS Variables */
:root {
--young-at-heart:#d4a5a9;
--everblooming:#f1c6b7;
--musical-mist:#f9e8e6;
--crescent-moon:#f2e8cf;
--morality:#b5cfe8;
}