Market Moods Color Palette
Discover the beautiful Market Moods color palette featuring di serria (#d9aa5e), pancho (#e8c9a1), spring wood (#f3f0e7), botticelli (#c8e0e4) and fountain blue (#68b1c4).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Market Moods palette
๐ป Market Moods color palette CSS
/* CSS */
.color-1 {
color: #d9aa5e;
}
.color-2 {
color: #e8c9a1;
}
.color-3 {
color: #f3f0e7;
}
.color-4 {
color: #c8e0e4;
}
.color-5 {
color: #68b1c4;
}
/* CSS Variables */
:root {
--color-1: #d9aa5e;
--color-2: #e8c9a1;
--color-3: #f3f0e7;
--color-4: #c8e0e4;
--color-5: #68b1c4;
} ๐ Market Moods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9aa5e, #e8c9a1, #f3f0e7, #c8e0e4, #68b1c4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9aa5e, #e8c9a1, #f3f0e7, #c8e0e4, #68b1c4);
} ๐ Explore similar color palettes
Market Moods color palette created on .