Color names in this palette
CSS code for this palette
/* CSS */
.blue-granite {
color: #79798b;
}
.lazy-lavender {
color: #a2a3b4;
}
.lavender-grey {
color: #bdbed6;
}
.almond-blossom-pink {
color: #e0d1d1;
}
.briquette {
color: #e16060;
}
/* CSS Variables */
:root {
--blue-granite:#79798b;
--lazy-lavender:#a2a3b4;
--lavender-grey:#bdbed6;
--almond-blossom-pink:#e0d1d1;
--briquette:#e16060;
}