Color names in this palette
CSS code for this palette
/* CSS */
.gentleman-s-whiskey {
color: #c6872a;
}
.muntok-white-pepper {
color: #d4a16e;
}
.gracious-rose {
color: #e2b6b1;
}
.shady-character {
color: #4c4c4d;
}
.pink-jazz {
color: #9e6b8a;
}
/* CSS Variables */
:root {
--gentleman-s-whiskey:#c6872a;
--muntok-white-pepper:#d4a16e;
--gracious-rose:#e2b6b1;
--shady-character:#4c4c4d;
--pink-jazz:#9e6b8a;
}