Blue Louie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Louie palette

Share this palette to:

Blue Louie color palette CSS

/* CSS */
.color-1 {
color: #5d80bb;
}
.color-2 {
color: #8ab1d0;
}
.color-3 {
color: #aad7e4;
}
.color-4 {
color: #f2e5b5;
}
.color-5 {
color: #f7a5a1;
}

/* CSS Variables */
:root {
--color-1: #5d80bb;
--color-2: #8ab1d0;
--color-3: #aad7e4;
--color-4: #f2e5b5;
--color-5: #f7a5a1;
}

Blue Louie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d80bb, #8ab1d0, #aad7e4, #f2e5b5, #f7a5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d80bb, #8ab1d0, #aad7e4, #f2e5b5, #f7a5a1);
}

Blue Louie color palette created on .