Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.majestic-treasures {
color: #f5e7a3;
}
.lime-lizard {
color: #a3d55d;
}
.esmeralda {
color: #4abf77;
}
.scooter {
color: #2f8d9d;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--majestic-treasures:#f5e7a3;
--lime-lizard:#a3d55d;
--esmeralda:#4abf77;
--scooter:#2f8d9d;
}