Color names in this palette
CSS code for this palette
/* CSS */
.soft-butter {
color: #f3e1b4;
}
.pink-marshmallow {
color: #f1b1d4;
}
.dreamy-candy-forest {
color: #b79de2;
}
.madam-butterfly {
color: #7ea6c9;
}
.gem {
color: #4d5b89;
}
/* CSS Variables */
:root {
--soft-butter:#f3e1b4;
--pink-marshmallow:#f1b1d4;
--dreamy-candy-forest:#b79de2;
--madam-butterfly:#7ea6c9;
--gem:#4d5b89;
}