Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.brushwood {
color: #895a39;
}
.cozy-blanket {
color: #c1a59a;
}
.miami-stucco {
color: #f4d6b8;
}
.prayer-flag {
color: #d19b6b;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--brushwood:#895a39;
--cozy-blanket:#c1a59a;
--miami-stucco:#f4d6b8;
--prayer-flag:#d19b6b;
}