Color names in this palette
CSS code for this palette
/* CSS */
.kuwanomi-purple {
color: #5b2d5c;
}
.pearly-purple {
color: #b86b9a;
}
.gumball {
color: #e4b4d5;
}
.garbanzo-bean {
color: #f3d4a5;
}
.seraphim-sepia {
color: #d87c4b;
}
/* CSS Variables */
:root {
--kuwanomi-purple:#5b2d5c;
--pearly-purple:#b86b9a;
--gumball:#e4b4d5;
--garbanzo-bean:#f3d4a5;
--seraphim-sepia:#d87c4b;
}