Blue Omen Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Omen palette
Blue Omen color palette CSS
/* CSS */
.color-1 {
color: #3c4e8b;
}
.color-2 {
color: #5f7d9b;
}
.color-3 {
color: #a8b4c7;
}
.color-4 {
color: #e2c9a6;
}
.color-5 {
color: #d6725c;
}
/* CSS Variables */
:root {
--color-1: #3c4e8b;
--color-2: #5f7d9b;
--color-3: #a8b4c7;
--color-4: #e2c9a6;
--color-5: #d6725c;
}
Blue Omen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c4e8b, #5f7d9b, #a8b4c7, #e2c9a6, #d6725c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c4e8b, #5f7d9b, #a8b4c7, #e2c9a6, #d6725c);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Omen color palette created on .