Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.plaza-pink {
color: #f3bfc3;
}
.menoth-white-base {
color: #f4e7b8;
}
.apple-bob {
color: #d4e09a;
}
.southern-belle {
color: #a8d6c2;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--plaza-pink:#f3bfc3;
--menoth-white-base:#f4e7b8;
--apple-bob:#d4e09a;
--southern-belle:#a8d6c2;
}