Color names in this palette
CSS code for this palette
/* CSS */
.menoth-white-base {
color: #f1e8b7;
}
.azalea-pink {
color: #f9c3c3;
}
.rozowy-pink {
color: #f5a8b8;
}
.mystic-tulip {
color: #f7b8a1;
}
.solaria {
color: #f5d58e;
}
/* CSS Variables */
:root {
--menoth-white-base:#f1e8b7;
--azalea-pink:#f9c3c3;
--rozowy-pink:#f5a8b8;
--mystic-tulip:#f7b8a1;
--solaria:#f5d58e;
}