Inosuke's Essence Color Palette
Discover the beautiful Inosuke's Essence color palette featuring rock (#4f3c36), rodeo dust (#c4a597), cashmere (#e5b39f), japonica (#d86f5a) and bismark (#4d7c80).
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 Inosuke's Essence palette
💻 Inosuke's Essence color palette CSS
/* CSS */
.color-1 {
color: #4f3c36;
}
.color-2 {
color: #c4a597;
}
.color-3 {
color: #e5b39f;
}
.color-4 {
color: #d86f5a;
}
.color-5 {
color: #4d7c80;
}
/* CSS Variables */
:root {
--color-1: #4f3c36;
--color-2: #c4a597;
--color-3: #e5b39f;
--color-4: #d86f5a;
--color-5: #4d7c80;
} 🌈 Inosuke's Essence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f3c36, #c4a597, #e5b39f, #d86f5a, #4d7c80);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f3c36, #c4a597, #e5b39f, #d86f5a, #4d7c80);
} 🔗 Explore similar color palettes
Inosuke's Essence color palette created on .