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
💡 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
💻 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);
}
🔗 Explore similar color palettes
Marmot in Himalayas color palette created on .