Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a8b4;
}
.parfait-pink {
color: #e5b3c7;
}
.sweet-alyssum {
color: #e8c4e0;
}
.myrtle-flower {
color: #a3b5e0;
}
.blue-rice {
color: #b2d9f5;
}
/* CSS Variables */
:root {
--pink-fit:#f5a8b4;
--parfait-pink:#e5b3c7;
--sweet-alyssum:#e8c4e0;
--myrtle-flower:#a3b5e0;
--blue-rice:#b2d9f5;
}