Color names in this palette
CSS code for this palette
/* CSS */
.riesling-grape {
color: #bfae69;
}
.my-love {
color: #e1c6a8;
}
.artisan-tea {
color: #d8c1b0;
}
.peanut-butter-crust {
color: #c6a48b;
}
.carob-brown {
color: #8a5c4c;
}
/* CSS Variables */
:root {
--riesling-grape:#bfae69;
--my-love:#e1c6a8;
--artisan-tea:#d8c1b0;
--peanut-butter-crust:#c6a48b;
--carob-brown:#8a5c4c;
}