I-speye Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with I-speye palette
I-speye color palette PNG image
I-speye color palette CSS
/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #3c4c96;
}
.color-3 {
color: #5e6cb0;
}
.color-4 {
color: #a2b7e6;
}
.color-5 {
color: #c7d5ff;
}
/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #3c4c96;
--color-3: #5e6cb0;
--color-4: #a2b7e6;
--color-5: #c7d5ff;
}
I-speye background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #3c4c96, #5e6cb0, #a2b7e6, #c7d5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #3c4c96, #5e6cb0, #a2b7e6, #c7d5ff);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
I-speye color palette created on .