Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.mango-ice {
color: #fbbf8e;
}
.forsythia-blossom {
color: #f6d96f;
}
.grape-green {
color: #a4e99b;
}
.paradise-sky {
color: #68c8d4;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--mango-ice:#fbbf8e;
--forsythia-blossom:#f6d96f;
--grape-green:#a4e99b;
--paradise-sky:#68c8d4;
}