Color names in this palette
CSS code for this palette
/* CSS */
.starfish {
color: #e6bda3;
}
.band-aid {
color: #d7a97e;
}
.windswept-leaves {
color: #b78f6c;
}
.tuscan-soil {
color: #a67b5e;
}
.spicy-mix {
color: #8b5f4b;
}
/* CSS Variables */
:root {
--starfish:#e6bda3;
--band-aid:#d7a97e;
--windswept-leaves:#b78f6c;
--tuscan-soil:#a67b5e;
--spicy-mix:#8b5f4b;
}