Color names in this palette
CSS code for this palette
/* CSS */
.southwest-stone {
color: #e0a085;
}
.welcome-walkway {
color: #d3c6a6;
}
.bird-s-egg-green {
color: #a7c8b9;
}
.blue-shoal {
color: #6a8e90;
}
.typewriter-ink {
color: #4c4f52;
}
/* CSS Variables */
:root {
--southwest-stone:#e0a085;
--welcome-walkway:#d3c6a6;
--bird-s-egg-green:#a7c8b9;
--blue-shoal:#6a8e90;
--typewriter-ink:#4c4f52;
}