Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.vanilla-pudding {
color: #f5e06b;
}
.crystal-green {
color: #a5d97d;
}
.greek-sea {
color: #6ca4e0;
}
.fiesta-pink {
color: #d77099;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--vanilla-pudding:#f5e06b;
--crystal-green:#a5d97d;
--greek-sea:#6ca4e0;
--fiesta-pink:#d77099;
}