Color names in this palette
CSS code for this palette
/* CSS */
.tyrian {
color: #4f4d5b;
}
.tea-leaf-mouse {
color: #8b8d7c;
}
.wasabi-peanut {
color: #b7c59b;
}
.optimistic-yellow {
color: #f4e1a4;
}
.mamey {
color: #e8a17d;
}
/* CSS Variables */
:root {
--tyrian:#4f4d5b;
--tea-leaf-mouse:#8b8d7c;
--wasabi-peanut:#b7c59b;
--optimistic-yellow:#f4e1a4;
--mamey:#e8a17d;
}