Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.marigold-dust {
color: #f4cf3e;
}
.grape-green {
color: #a6e0a3;
}
.brig {
color: #4ea6c1;
}
.brink-pink {
color: #f45d7e;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--marigold-dust:#f4cf3e;
--grape-green:#a6e0a3;
--brig:#4ea6c1;
--brink-pink:#f45d7e;
}