Kagemori Color Palette
Discover the beautiful Kagemori color palette featuring thunder (#2e292b), matterhorn (#4d3d40), spicy pink (#7f6c72), coral reef (#c7b4a3) and wafer (#e0d2c7).
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 Kagemori palette
💻 Kagemori color palette CSS
/* CSS */
.color-1 {
color: #2e292b;
}
.color-2 {
color: #4d3d40;
}
.color-3 {
color: #7f6c72;
}
.color-4 {
color: #c7b4a3;
}
.color-5 {
color: #e0d2c7;
}
/* CSS Variables */
:root {
--color-1: #2e292b;
--color-2: #4d3d40;
--color-3: #7f6c72;
--color-4: #c7b4a3;
--color-5: #e0d2c7;
} 🌈 Kagemori background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e292b, #4d3d40, #7f6c72, #c7b4a3, #e0d2c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e292b, #4d3d40, #7f6c72, #c7b4a3, #e0d2c7);
} 🔗 Explore similar color palettes
Kagemori color palette created on .