Blue Igor Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Igor palette

Share this palette to:

Download Blue Igor Color Palette (PNG)

Download blue igor color palette PNG image (landscape)
Download blue igor color palette PNG image (square)

Blue Igor color palette CSS

/* CSS */
.color-1 {
color: #5c8ddb;
}
.color-2 {
color: #7bc7e5;
}
.color-3 {
color: #a4e2e5;
}
.color-4 {
color: #f1df5b;
}
.color-5 {
color: #f79f3b;
}

/* CSS Variables */
:root {
--color-1: #5c8ddb;
--color-2: #7bc7e5;
--color-3: #a4e2e5;
--color-4: #f1df5b;
--color-5: #f79f3b;
}

Blue Igor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c8ddb, #7bc7e5, #a4e2e5, #f1df5b, #f79f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c8ddb, #7bc7e5, #a4e2e5, #f1df5b, #f79f3b);
}

Blue Igor color palette created on .