Color names in this palette
CSS code for this palette
/* CSS */
.lavender-blessing {
color: #d6b8c5;
}
.cream-tan {
color: #e3c8ba;
}
.menoth-white-base {
color: #f3e7b9;
}
.applesauce {
color: #f8d69b;
}
.sunburst {
color: #f7b67e;
}
/* CSS Variables */
:root {
--lavender-blessing:#d6b8c5;
--cream-tan:#e3c8ba;
--menoth-white-base:#f3e7b9;
--applesauce:#f8d69b;
--sunburst:#f7b67e;
}