Color names in this palette
CSS code for this palette
/* CSS */
.burnt-bamboo {
color: #4b3a3c;
}
.marron {
color: #6d4e4a;
}
.renwick-heather {
color: #8d7c7c;
}
.fairview-taupe {
color: #d8c6c5;
}
.cute-little-pink {
color: #f4e1e1;
}
/* CSS Variables */
:root {
--burnt-bamboo:#4b3a3c;
--marron:#6d4e4a;
--renwick-heather:#8d7c7c;
--fairview-taupe:#d8c6c5;
--cute-little-pink:#f4e1e1;
}