Color names in this palette
CSS code for this palette
/* CSS */
.menoth-white-base {
color: #f3e8b9;
}
.cosmetic-peach {
color: #f1c2ac;
}
.childhood-crush {
color: #e26a6c;
}
.pearly-purple {
color: #b76c9b;
}
.giant-onion {
color: #6a5e9c;
}
/* CSS Variables */
:root {
--menoth-white-base:#f3e8b9;
--cosmetic-peach:#f1c2ac;
--childhood-crush:#e26a6c;
--pearly-purple:#b76c9b;
--giant-onion:#6a5e9c;
}