Color names in this palette
CSS code for this palette
/* CSS */
.faded-red {
color: #d24650;
}
.high-honey {
color: #e2ba4b;
}
.scalloped-potatoes {
color: #f5d58a;
}
.gold-rush {
color: #c5aa77;
}
.delicate-brown {
color: #a68c8c;
}
/* CSS Variables */
:root {
--faded-red:#d24650;
--high-honey:#e2ba4b;
--scalloped-potatoes:#f5d58a;
--gold-rush:#c5aa77;
--delicate-brown:#a68c8c;
}