Omri Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Omri palette
Color Inspiration
Images that showcase this color palette in real designs
Download Omri Color Palette (PNG)
Omri color palette CSS
/* CSS */
.color-1 {
color: #1e4e6c;
}
.color-2 {
color: #3a8a8d;
}
.color-3 {
color: #3db3a1;
}
.color-4 {
color: #f6e9f1;
}
.color-5 {
color: #ffb300;
}
/* CSS Variables */
:root {
--color-1: #1e4e6c;
--color-2: #3a8a8d;
--color-3: #3db3a1;
--color-4: #f6e9f1;
--color-5: #ffb300;
}
Omri background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e6c, #3a8a8d, #3db3a1, #f6e9f1, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e6c, #3a8a8d, #3db3a1, #f6e9f1, #ffb300);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Omri color palette created on .