Color names in this palette
CSS code for this palette
/* CSS */
.dobunezumi-brown {
color: #4b3d3a;
}
.city-loft {
color: #a79b8b;
}
.ocean-kiss {
color: #a4c6c5;
}
.french-white {
color: #f1e7da;
}
.salt-blue {
color: #7d9b9b;
}
/* CSS Variables */
:root {
--dobunezumi-brown:#4b3d3a;
--city-loft:#a79b8b;
--ocean-kiss:#a4c6c5;
--french-white:#f1e7da;
--salt-blue:#7d9b9b;
}