Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-cream {
color: #f9e6b9;
}
.peach-patch {
color: #f1d5a2;
}
.river-of-gold {
color: #e5b55d;
}
.cat-s-eye-marble {
color: #d7a85b;
}
.artemis {
color: #d0a86d;
}
/* CSS Variables */
:root {
--hawaiian-cream:#f9e6b9;
--peach-patch:#f1d5a2;
--river-of-gold:#e5b55d;
--cat-s-eye-marble:#d7a85b;
--artemis:#d0a86d;
}