Color names in this palette
CSS code for this palette
/* CSS */
.almond-blossom-pink {
color: #e1d0d0;
}
.foggy-quartz {
color: #c19f9f;
}
.autumn-russet {
color: #a47070;
}
.autumn-hills {
color: #794e4e;
}
.lineage {
color: #4d3232;
}
/* CSS Variables */
:root {
--almond-blossom-pink:#e1d0d0;
--foggy-quartz:#c19f9f;
--autumn-russet:#a47070;
--autumn-hills:#794e4e;
--lineage:#4d3232;
}