Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.maybe-maui {
color: #f7d58d;
}
.cr-me-de-la-cr-me {
color: #f2e8b5;
}
.nihilakh-oxide {
color: #a3d7b5;
}
.sky-fall {
color: #8ac9e0;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--maybe-maui:#f7d58d;
--cr-me-de-la-cr-me:#f2e8b5;
--nihilakh-oxide:#a3d7b5;
--sky-fall:#8ac9e0;
}