Blue Sparrow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Sparrow palette

Share this palette to:

Blue Sparrow color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #a8d4e1;
}
.color-4 {
color: #4c8a9a;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f1a8a2;
--color-3: #a8d4e1;
--color-4: #4c8a9a;
--color-5: #2b3d50;
}

Blue Sparrow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f1a8a2, #a8d4e1, #4c8a9a, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f1a8a2, #a8d4e1, #4c8a9a, #2b3d50);
}

Blue Sparrow color palette created on .