Color names in this palette
CSS code for this palette
/* CSS */
.roanoke {
color: #3a2b27;
}
.flamboyant-plum {
color: #6a4d4f;
}
.shallot-bulb {
color: #7a8c6e;
}
.rurikon-blue {
color: #1b2c4b;
}
.goodbye-kiss {
color: #d9cac4;
}
/* CSS Variables */
:root {
--roanoke:#3a2b27;
--flamboyant-plum:#6a4d4f;
--shallot-bulb:#7a8c6e;
--rurikon-blue:#1b2c4b;
--goodbye-kiss:#d9cac4;
}