Airy Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Airy Breeze palette
Airy Breeze color palette PNG image
Airy Breeze color palette CSS
/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #6dc3d5;
}
.color-3 {
color: #92d4e8;
}
.color-4 {
color: #f7b8a1;
}
.color-5 {
color: #f6d2b6;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #6dc3d5;
--color-3: #92d4e8;
--color-4: #f7b8a1;
--color-5: #f6d2b6;
}
Airy Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #6dc3d5, #92d4e8, #f7b8a1, #f6d2b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #6dc3d5, #92d4e8, #f7b8a1, #f6d2b6);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Airy Breeze color palette created on .