Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-jasper {
color: #794b39;
}
.remington-rust {
color: #a15a4f;
}
.baker-s-dream {
color: #c78c70;
}
.creole-cottage {
color: #e9b59b;
}
.only-yesterday {
color: #f2d2ba;
}
/* CSS Variables */
:root {
--egyptian-jasper:#794b39;
--remington-rust:#a15a4f;
--baker-s-dream:#c78c70;
--creole-cottage:#e9b59b;
--only-yesterday:#f2d2ba;
}