Color names in this palette
CSS code for this palette
/* CSS */
.ginger-shortbread {
color: #e6cfc6;
}
.concept-beige {
color: #d4bda1;
}
.pergament {
color: #c1a58a;
}
.king-s-ransom {
color: #b59c78;
}
.rattan-basket {
color: #a68d68;
}
/* CSS Variables */
:root {
--ginger-shortbread:#e6cfc6;
--concept-beige:#d4bda1;
--pergament:#c1a58a;
--king-s-ransom:#b59c78;
--rattan-basket:#a68d68;
}