Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.budder-skin {
color: #fee2c3;
}
.sugar-cookie {
color: #f2e2a1;
}
.merrylyn {
color: #a5d5a9;
}
.light-budgie-blue {
color: #9fd7e5;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--budder-skin:#fee2c3;
--sugar-cookie:#f2e2a1;
--merrylyn:#a5d5a9;
--light-budgie-blue:#9fd7e5;
}