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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Bright, Fun, Light color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Market Moods color palette created on .