Blue Looey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Looey palette

Share this palette to:

Blue Looey color palette CSS

/* CSS */
.color-1 {
color: #c7e2f0;
}
.color-2 {
color: #a2d7e2;
}
.color-3 {
color: #7bc5d1;
}
.color-4 {
color: #4ab7ba;
}
.color-5 {
color: #009494;
}

/* CSS Variables */
:root {
--color-1: #c7e2f0;
--color-2: #a2d7e2;
--color-3: #7bc5d1;
--color-4: #4ab7ba;
--color-5: #009494;
}

Blue Looey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7e2f0, #a2d7e2, #7bc5d1, #4ab7ba, #009494);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7e2f0, #a2d7e2, #7bc5d1, #4ab7ba, #009494);
}

Blue Looey color palette created on .