Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.maybe-maui {
color: #f6d58e;
}
.french-vanilla {
color: #f1e2a7;
}
.witty-green {
color: #b5d99b;
}
.sinbad {
color: #a7d7d2;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--maybe-maui:#f6d58e;
--french-vanilla:#f1e2a7;
--witty-green:#b5d99b;
--sinbad:#a7d7d2;
}