Color names in this palette
CSS code for this palette
/* CSS */
.credo {
color: #d9b83f;
}
.spanish-sand {
color: #c9b18d;
}
.weeping-willow {
color: #b0af7d;
}
.ivy-wreath {
color: #6e8c7b;
}
.submarine-grey {
color: #4c5b5d;
}
/* CSS Variables */
:root {
--credo:#d9b83f;
--spanish-sand:#c9b18d;
--weeping-willow:#b0af7d;
--ivy-wreath:#6e8c7b;
--submarine-grey:#4c5b5d;
}