Color names in this palette
CSS code for this palette
/* CSS */
.bokara-grey {
color: #2c2926;
}
.oubliette {
color: #4e4a46;
}
.gris-volcanico {
color: #7a7571;
}
.flax-fibre-grey {
color: #b7a99a;
}
.pink-scallop {
color: #f2e1d4;
}
/* CSS Variables */
:root {
--bokara-grey:#2c2926;
--oubliette:#4e4a46;
--gris-volcanico:#7a7571;
--flax-fibre-grey:#b7a99a;
--pink-scallop:#f2e1d4;
}