Color names in this palette
CSS code for this palette
/* CSS */
.kokiake-brown {
color: #7b3d3d;
}
.fiesta-rojo {
color: #b57d7d;
}
.silver-pink {
color: #d6a9a9;
}
.pink-spinel {
color: #e8c9c9;
}
.white-christmas {
color: #f3e8e8;
}
/* CSS Variables */
:root {
--kokiake-brown:#7b3d3d;
--fiesta-rojo:#b57d7d;
--silver-pink:#d6a9a9;
--pink-spinel:#e8c9c9;
--white-christmas:#f3e8e8;
}