Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.scrofulous-brown {
color: #d8a73b;
}
.mandalay {
color: #b97c2d;
}
.kinsusutake-brown {
color: #7b4e2d;
}
.night-red {
color: #3d2929;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--scrofulous-brown:#d8a73b;
--mandalay:#b97c2d;
--kinsusutake-brown:#7b4e2d;
--night-red:#3d2929;
}