Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.salmon-eggs {
color: #f4d65d;
}
.blizzard-blue {
color: #a5e2e9;
}
.violet-velvet {
color: #b29fe0;
}
.cherry-blossom {
color: #f7c0d6;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--salmon-eggs:#f4d65d;
--blizzard-blue:#a5e2e9;
--violet-velvet:#b29fe0;
--cherry-blossom:#f7c0d6;
}