Omori Inspired Color Palette
Discover the beautiful Omori Inspired color palette featuring venice blue (#0a4a8a), ming (#3b7f8c), shadow green (#8fc1c1), mandys pink (#f7cabb) and persimmon (#ff5f57).
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 Omori Inspired palette
💻 Omori Inspired color palette CSS
/* CSS */
.color-1 {
color: #0a4a8a;
}
.color-2 {
color: #3b7f8c;
}
.color-3 {
color: #8fc1c1;
}
.color-4 {
color: #f7cabb;
}
.color-5 {
color: #ff5f57;
}
/* CSS Variables */
:root {
--color-1: #0a4a8a;
--color-2: #3b7f8c;
--color-3: #8fc1c1;
--color-4: #f7cabb;
--color-5: #ff5f57;
}
🌈 Omori Inspired background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a4a8a, #3b7f8c, #8fc1c1, #f7cabb, #ff5f57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a4a8a, #3b7f8c, #8fc1c1, #f7cabb, #ff5f57);
}
🔗 Explore similar color palettes
Omori Inspired color palette created on .