Color names in this palette
CSS code for this palette
/* CSS */
.milk-chocolate {
color: #7e4e1b;
}
.prayer-flag {
color: #d59b6c;
}
.white-fence {
color: #f3e9d3;
}
.transparent-yellow {
color: #fff1a8;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--milk-chocolate:#7e4e1b;
--prayer-flag:#d59b6c;
--white-fence:#f3e9d3;
--transparent-yellow:#fff1a8;
--american-yellow:#f5b400;
}