Color names in this palette
CSS code for this palette
/* CSS */
.peach-latte {
color: #e5c39f;
}
.puddle {
color: #c7b59e;
}
.foggy-sunrise {
color: #a89c8f;
}
.downtown-benny-brown {
color: #7c6b5a;
}
.beggar {
color: #594a3b;
}
/* CSS Variables */
:root {
--peach-latte:#e5c39f;
--puddle:#c7b59e;
--foggy-sunrise:#a89c8f;
--downtown-benny-brown:#7c6b5a;
--beggar:#594a3b;
}