Marmot in Himalayas Color Palette

Discover the beautiful Marmot in Himalayas color palette featuring submarine (#bac3c5), marzipan (#f8e0a0), tulip tree (#f1b53b), fuzzy wuzzy brown (#c6664e) and goblin (#3b7e35).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Earthy, Fun, Green, Mountain, Orange, Soft, Spring, Yellow 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 Marmot in Himalayas palette

Share this palette to:

๐Ÿ’ป Marmot in Himalayas color palette CSS

/* CSS */
.color-1 {
color: #bac3c5;
}
.color-2 {
color: #f8e0a0;
}
.color-3 {
color: #f1b53b;
}
.color-4 {
color: #c6664e;
}
.color-5 {
color: #3b7e35;
}

/* CSS Variables */
:root {
--color-1: #bac3c5;
--color-2: #f8e0a0;
--color-3: #f1b53b;
--color-4: #c6664e;
--color-5: #3b7e35;
}

๐ŸŒˆ Marmot in Himalayas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bac3c5, #f8e0a0, #f1b53b, #c6664e, #3b7e35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bac3c5, #f8e0a0, #f1b53b, #c6664e, #3b7e35);
}

Marmot in Himalayas color palette created on .