Color names in this palette
CSS code for this palette
/* CSS */
.sweet-honey {
color: #d1a45c;
}
.glazed-ginger {
color: #a15a2b;
}
.grandview {
color: #6b8e7b;
}
.ocean-call {
color: #2d6a8b;
}
.spice-garden {
color: #c6d4b5;
}
/* CSS Variables */
:root {
--sweet-honey:#d1a45c;
--glazed-ginger:#a15a2b;
--grandview:#6b8e7b;
--ocean-call:#2d6a8b;
--spice-garden:#c6d4b5;
}