Color names in this palette
CSS code for this palette
/* CSS */
.sugar-cookie-crust {
color: #e7d0b1;
}
.crunch {
color: #f2b95f;
}
.orange-gluttony {
color: #e77e23;
}
.tangerine-bliss {
color: #da652b;
}
.rooibos-tea {
color: #a83c29;
}
/* CSS Variables */
:root {
--sugar-cookie-crust:#e7d0b1;
--crunch:#f2b95f;
--orange-gluttony:#e77e23;
--tangerine-bliss:#da652b;
--rooibos-tea:#a83c29;
}