Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f5b7b7;
}
.sherbet-fruit {
color: #f8c9b9;
}
.budder-skin {
color: #fbe2c6;
}
.sun-dust {
color: #f9e0a4;
}
.sparkle-glow {
color: #f6d2b6;
}
/* CSS Variables */
:root {
--precious-pink:#f5b7b7;
--sherbet-fruit:#f8c9b9;
--budder-skin:#fbe2c6;
--sun-dust:#f9e0a4;
--sparkle-glow:#f6d2b6;
}