Color names in this palette
CSS code for this palette
/* CSS */
.cure-all {
color: #a86789;
}
.geranium-bud {
color: #d2a3c9;
}
.desire-pink {
color: #f0c7d0;
}
.syndicalist {
color: #f5c400;
}
.dobunezumi-brown {
color: #4a3b3a;
}
/* CSS Variables */
:root {
--cure-all:#a86789;
--geranium-bud:#d2a3c9;
--desire-pink:#f0c7d0;
--syndicalist:#f5c400;
--dobunezumi-brown:#4a3b3a;
}