Color names in this palette
CSS code for this palette
/* CSS */
.menoth-white-base {
color: #f3e8b9;
}
.turnip-boy {
color: #f0c6a3;
}
.candy {
color: #ff9985;
}
.bruschetta-tomato {
color: #ff5d47;
}
.phlox-pink {
color: #c85f9b;
}
/* CSS Variables */
:root {
--menoth-white-base:#f3e8b9;
--turnip-boy:#f0c6a3;
--candy:#ff9985;
--bruschetta-tomato:#ff5d47;
--phlox-pink:#c85f9b;
}