Blue Omega Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Omega palette

Share this palette to:

Blue Omega color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #56b9c8;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f76969;
}
.color-5 {
color: #ac81da;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #56b9c8;
--color-3: #f1c84b;
--color-4: #f76969;
--color-5: #ac81da;
}

Blue Omega background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #56b9c8, #f1c84b, #f76969, #ac81da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #56b9c8, #f1c84b, #f76969, #ac81da);
}

Blue Omega color palette created on .