Color names in this palette
CSS code for this palette
/* CSS */
.golden-mushroom {
color: #f5e8d1;
}
.ginger-shortbread {
color: #e3cfc4;
}
.rose-pottery {
color: #d1a59f;
}
.evening-blush {
color: #c78e8a;
}
.dusky-rose {
color: #b86b6e;
}
/* CSS Variables */
:root {
--golden-mushroom:#f5e8d1;
--ginger-shortbread:#e3cfc4;
--rose-pottery:#d1a59f;
--evening-blush:#c78e8a;
--dusky-rose:#b86b6e;
}