Color names in this palette
CSS code for this palette
/* CSS */
.fuzzy-wuzzy-brown {
color: #c35755;
}
.muted-clay {
color: #d18c7a;
}
.rose-linen {
color: #e9b29f;
}
.sand-island {
color: #f4d1c3;
}
.peach-rose {
color: #f6e2d5;
}
/* CSS Variables */
:root {
--fuzzy-wuzzy-brown:#c35755;
--muted-clay:#d18c7a;
--rose-linen:#e9b29f;
--sand-island:#f4d1c3;
--peach-rose:#f6e2d5;
}