Color names in this palette
CSS code for this palette
/* CSS */
.gobi-sand {
color: #d5a96c;
}
.brown-rust {
color: #af5a3c;
}
.rustica {
color: #8c3c2c;
}
.garden-twilight {
color: #a1bab1;
}
.in-the-pink {
color: #f2c5d0;
}
/* CSS Variables */
:root {
--gobi-sand:#d5a96c;
--brown-rust:#af5a3c;
--rustica:#8c3c2c;
--garden-twilight:#a1bab1;
--in-the-pink:#f2c5d0;
}