Indonesia Color Palette
Discover the beautiful Indonesia color palette featuring gold sand (#eabf8a), fuzzy wuzzy brown (#c56b59), woodland (#3c5b2a), orange (#ff6d1f) and pigeon post (#a1c1d4).
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 Indonesia palette
💻 Indonesia color palette CSS
/* CSS */
.color-1 {
color: #eabf8a;
}
.color-2 {
color: #c56b59;
}
.color-3 {
color: #3c5b2a;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #a1c1d4;
}
/* CSS Variables */
:root {
--color-1: #eabf8a;
--color-2: #c56b59;
--color-3: #3c5b2a;
--color-4: #ff6d1f;
--color-5: #a1c1d4;
} 🌈 Indonesia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eabf8a, #c56b59, #3c5b2a, #ff6d1f, #a1c1d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eabf8a, #c56b59, #3c5b2a, #ff6d1f, #a1c1d4);
} 🔗 Explore similar color palettes
Indonesia color palette created on .