Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.beach-party {
color: #f8d25d;
}
.menoth-white-base {
color: #f1e8b7;
}
.cactus-spike {
color: #c4e0a3;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--beach-party:#f8d25d;
--menoth-white-base:#f1e8b7;
--cactus-spike:#c4e0a3;
--emerald-wave:#4eb7ac;
}