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: #72c2e4;
}
.color-2 {
color: #99d68f;
}
.color-3 {
color: #f8d691;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #72c2e4;
--color-2: #99d68f;
--color-3: #f8d691;
--color-4: #f4a462;
--color-5: #e76e50;
}

Blue Wind background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #72c2e4, #99d68f, #f8d691, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #72c2e4, #99d68f, #f8d691, #f4a462, #e76e50);
}

Blue Wind color palette created on .