Color names in this palette
CSS code for this palette
/* CSS */
.blush-essence {
color: #d390d5;
}
.pink-marshmallow {
color: #f7b6d2;
}
.sugar-cookie {
color: #f1e1a2;
}
.butterfield {
color: #f5bf5c;
}
.lusty-gallant {
color: #ff7f4d;
}
/* CSS Variables */
:root {
--blush-essence:#d390d5;
--pink-marshmallow:#f7b6d2;
--sugar-cookie:#f1e1a2;
--butterfield:#f5bf5c;
--lusty-gallant:#ff7f4d;
}