Blue Zephyr Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Zephyr palette
Blue Zephyr color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #a3c7dc;
}
.color-3 {
color: #b2e0e6;
}
.color-4 {
color: #f4d29f;
}
.color-5 {
color: #f9b1ae;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #a3c7dc;
--color-3: #b2e0e6;
--color-4: #f4d29f;
--color-5: #f9b1ae;
}
Blue Zephyr background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #a3c7dc, #b2e0e6, #f4d29f, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #a3c7dc, #b2e0e6, #f4d29f, #f9b1ae);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Zephyr color palette created on .