Blue Borges Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Borges palette

Share this palette to:

Blue Borges color palette CSS

/* CSS */
.color-1 {
color: #2e498a;
}
.color-2 {
color: #54a3c4;
}
.color-3 {
color: #88e0f2;
}
.color-4 {
color: #f6c27e;
}
.color-5 {
color: #e27e3c;
}

/* CSS Variables */
:root {
--color-1: #2e498a;
--color-2: #54a3c4;
--color-3: #88e0f2;
--color-4: #f6c27e;
--color-5: #e27e3c;
}

Blue Borges background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e498a, #54a3c4, #88e0f2, #f6c27e, #e27e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e498a, #54a3c4, #88e0f2, #f6c27e, #e27e3c);
}

Blue Borges color palette created on .