Color names in this palette
CSS code for this palette
/* CSS */
.winter-amethyst {
color: #b1a7c3;
}
.mauve-memento {
color: #a86b8f;
}
.manhattan {
color: #e2b27e;
}
.pirate-treasure {
color: #d9c96d;
}
.fringy-flower {
color: #b3e6b8;
}
/* CSS Variables */
:root {
--winter-amethyst:#b1a7c3;
--mauve-memento:#a86b8f;
--manhattan:#e2b27e;
--pirate-treasure:#d9c96d;
--fringy-flower:#b3e6b8;
}