Color names in this palette
CSS code for this palette
/* CSS */
.kinsusutake-brown {
color: #7b4f2d;
}
.olive-yellow {
color: #c5b20d;
}
.yuzukosh {
color: #d9d94a;
}
.bistro-pink {
color: #e1b7b7;
}
.winter-bloom {
color: #5f2b4e;
}
/* CSS Variables */
:root {
--kinsusutake-brown:#7b4f2d;
--olive-yellow:#c5b20d;
--yuzukosh:#d9d94a;
--bistro-pink:#e1b7b7;
--winter-bloom:#5f2b4e;
}