Color names in this palette
CSS code for this palette
/* CSS */
.dear-reader {
color: #f5f3e5;
}
.canvas-luggage {
color: #e2d7c5;
}
.welcome-walkway {
color: #d4c6a5;
}
.flax-fibre-grey {
color: #b7a99a;
}
.walnut-shell-brown {
color: #a68b6e;
}
/* CSS Variables */
:root {
--dear-reader:#f5f3e5;
--canvas-luggage:#e2d7c5;
--welcome-walkway:#d4c6a5;
--flax-fibre-grey:#b7a99a;
--walnut-shell-brown:#a68b6e;
}