Color names in this palette
CSS code for this palette
/* CSS */
.cappuccino {
color: #6e4b3a;
}
.jama-masjid-taupe {
color: #b78a6c;
}
.golden-gate {
color: #d9c09b;
}
.soft-butter {
color: #f5e2b7;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--cappuccino:#6e4b3a;
--jama-masjid-taupe:#b78a6c;
--golden-gate:#d9c09b;
--soft-butter:#f5e2b7;
--welcoming-wasp:#f0a800;
}