Blue Wind Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Wind palette

Share this palette to:

Blue Wind color palette CSS

/* CSS */
.color-1 {
color: #a9d6e5;
}
.color-2 {
color: #75c7c0;
}
.color-3 {
color: #4eae4c;
}
.color-4 {
color: #f9d75d;
}
.color-5 {
color: #f28e36;
}

/* CSS Variables */
:root {
--color-1: #a9d6e5;
--color-2: #75c7c0;
--color-3: #4eae4c;
--color-4: #f9d75d;
--color-5: #f28e36;
}

Blue Wind background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6e5, #75c7c0, #4eae4c, #f9d75d, #f28e36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6e5, #75c7c0, #4eae4c, #f9d75d, #f28e36);
}

Blue Wind color palette created on .