Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.trump-tan {
color: #f5a76b;
}
.sprouted {
color: #f2d58c;
}
.tropical-trail {
color: #8dd8b6;
}
.blue-iguana {
color: #4e9cd0;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--trump-tan:#f5a76b;
--sprouted:#f2d58c;
--tropical-trail:#8dd8b6;
--blue-iguana:#4e9cd0;
}