Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.pink-mimosa {
color: #f6b8a7;
}
.carving-party {
color: #f2c4a1;
}
.sugar-cookie {
color: #f4e4a4;
}
.lasting-thoughts {
color: #d8e8b0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--pink-mimosa:#f6b8a7;
--carving-party:#f2c4a1;
--sugar-cookie:#f4e4a4;
--lasting-thoughts:#d8e8b0;
}