Color names in this palette
CSS code for this palette
/* CSS */
.steamy-dumpling {
color: #ebe8b2;
}
.credo {
color: #d8b541;
}
.hay-yellow {
color: #c5a86d;
}
.mauve-orchid {
color: #a76c8e;
}
.kuwanomi-purple {
color: #5a2960;
}
/* CSS Variables */
:root {
--steamy-dumpling:#ebe8b2;
--credo:#d8b541;
--hay-yellow:#c5a86d;
--mauve-orchid:#a76c8e;
--kuwanomi-purple:#5a2960;
}