Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f6c2a2;
}
.boot-hill-ghost {
color: #ddae8d;
}
.brick-dust {
color: #a8695d;
}
.shady-character {
color: #4c4c4d;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--neighborly-peach:#f6c2a2;
--boot-hill-ghost:#ddae8d;
--brick-dust:#a8695d;
--shady-character:#4c4c4d;
--snap-shot:#2b3d50;
}