Color names in this palette
CSS code for this palette
/* CSS */
.sweet-slumber-pink {
color: #f5b7f2;
}
.violet-kiss {
color: #f1a7d5;
}
.plum-blossom {
color: #f09e9e;
}
.applesauce {
color: #f8d79b;
}
.gold-thread {
color: #fce8b0;
}
/* CSS Variables */
:root {
--sweet-slumber-pink:#f5b7f2;
--violet-kiss:#f1a7d5;
--plum-blossom:#f09e9e;
--applesauce:#f8d79b;
--gold-thread:#fce8b0;
}