Color names in this palette
CSS code for this palette
/* CSS */
.rich-sorrel {
color: #a87c3e;
}
.river-of-gold {
color: #e4b75e;
}
.double-cream {
color: #f1d8a2;
}
.curious {
color: #d6e09f;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--rich-sorrel:#a87c3e;
--river-of-gold:#e4b75e;
--double-cream:#f1d8a2;
--curious:#d6e09f;
--windsor-way:#a2c7e7;
}