Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.carob-brown {
color: #895b4d;
}
.cappuccino-bombe {
color: #b38c7a;
}
.maiko {
color: #d6b9a4;
}
.tulip-white {
color: #f1e5d0;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--carob-brown:#895b4d;
--cappuccino-bombe:#b38c7a;
--maiko:#d6b9a4;
--tulip-white:#f1e5d0;
}