Color names in this palette
CSS code for this palette
/* CSS */
.hiker-s-delight {
color: #d3b197;
}
.caramel-mousse {
color: #e5c9a4;
}
.garbanzo-bean {
color: #f0d5a3;
}
.icy-lemonade {
color: #f6e6b1;
}
.jaguar-rose {
color: #f1b1b6;
}
/* CSS Variables */
:root {
--hiker-s-delight:#d3b197;
--caramel-mousse:#e5c9a4;
--garbanzo-bean:#f0d5a3;
--icy-lemonade:#f6e6b1;
--jaguar-rose:#f1b1b6;
}