Color names in this palette
CSS code for this palette
/* CSS */
.morning-shine {
color: #f9ebef;
}
.summer-cosmos {
color: #f9d2df;
}
.love-spell {
color: #fab7c4;
}
.sweet-60 {
color: #f59eaf;
}
.astilbe {
color: #ed91aa;
}
/* CSS Variables */
:root {
--morning-shine:#f9ebef;
--summer-cosmos:#f9d2df;
--love-spell:#fab7c4;
--sweet-60:#f59eaf;
--astilbe:#ed91aa;
}