Mori Kei Color Palette
Discover the beautiful Mori Kei color palette featuring tasman (#c1d2c3), norway (#a4b5a1), spanish green (#8a9a84), sirocco (#6f7b78) and trout (#4e5c5f).
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 Mori Kei palette
💻 Mori Kei color palette CSS
/* CSS */
.color-1 {
color: #c1d2c3;
}
.color-2 {
color: #a4b5a1;
}
.color-3 {
color: #8a9a84;
}
.color-4 {
color: #6f7b78;
}
.color-5 {
color: #4e5c5f;
}
/* CSS Variables */
:root {
--color-1: #c1d2c3;
--color-2: #a4b5a1;
--color-3: #8a9a84;
--color-4: #6f7b78;
--color-5: #4e5c5f;
} 🌈 Mori Kei background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1d2c3, #a4b5a1, #8a9a84, #6f7b78, #4e5c5f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1d2c3, #a4b5a1, #8a9a84, #6f7b78, #4e5c5f);
} 🔗 Explore similar color palettes
Mori Kei color palette created on .