Blue Ivan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Ivan palette

Share this palette to:

Blue Ivan color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #5fb0f2;
}
.color-3 {
color: #f2d450;
}
.color-4 {
color: #f9a34e;
}
.color-5 {
color: #e76d4b;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5fb0f2;
--color-3: #f2d450;
--color-4: #f9a34e;
--color-5: #e76d4b;
}

Blue Ivan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5fb0f2, #f2d450, #f9a34e, #e76d4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5fb0f2, #f2d450, #f9a34e, #e76d4b);
}

Blue Ivan color palette created on .