Color names in this palette
CSS code for this palette
/* CSS */
.frost-bite {
color: #f6f0e4;
}
.porcelain-basin {
color: #d9cfc4;
}
.flax-fibre-grey {
color: #b6a99a;
}
.virtual-taupe {
color: #8a7a6a;
}
.sarsaparilla {
color: #5b4d43;
}
/* CSS Variables */
:root {
--frost-bite:#f6f0e4;
--porcelain-basin:#d9cfc4;
--flax-fibre-grey:#b6a99a;
--virtual-taupe:#8a7a6a;
--sarsaparilla:#5b4d43;
}