Blue Spy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Spy palette

Share this palette to:

Blue Spy color palette CSS

/* CSS */
.color-1 {
color: #3a6ea6;
}
.color-2 {
color: #59b3e3;
}
.color-3 {
color: #8ee2f0;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #3a6ea6;
--color-2: #59b3e3;
--color-3: #8ee2f0;
--color-4: #f1c40e;
--color-5: #e77e23;
}

Blue Spy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6ea6, #59b3e3, #8ee2f0, #f1c40e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6ea6, #59b3e3, #8ee2f0, #f1c40e, #e77e23);
}

Blue Spy color palette created on .