Curious Blue Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Curious Blue Sky palette

Share this palette to:

Curious Blue Sky color palette CSS

/* CSS */
.color-1 {
color: #2b91c5;
}
.color-2 {
color: #4bbae2;
}
.color-3 {
color: #6edef2;
}
.color-4 {
color: #9ee3f5;
}
.color-5 {
color: #d3f6fd;
}

/* CSS Variables */
:root {
--color-1: #2b91c5;
--color-2: #4bbae2;
--color-3: #6edef2;
--color-4: #9ee3f5;
--color-5: #d3f6fd;
}

Curious Blue Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b91c5, #4bbae2, #6edef2, #9ee3f5, #d3f6fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b91c5, #4bbae2, #6edef2, #9ee3f5, #d3f6fd);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Curious Blue Sky color palette created on .