Blue Igor Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Igor palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Igor Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Igor color palette created on .