Aqua Haze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Haze palette
Aqua Haze color palette CSS
/* CSS */
.color-1 {
color: #a1d9e8;
}
.color-2 {
color: #a4e0e5;
}
.color-3 {
color: #c8f2f4;
}
.color-4 {
color: #f3f6f7;
}
.color-5 {
color: #e3b7b0;
}
/* CSS Variables */
:root {
--color-1: #a1d9e8;
--color-2: #a4e0e5;
--color-3: #c8f2f4;
--color-4: #f3f6f7;
--color-5: #e3b7b0;
}
Aqua Haze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d9e8, #a4e0e5, #c8f2f4, #f3f6f7, #e3b7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d9e8, #a4e0e5, #c8f2f4, #f3f6f7, #e3b7b0);
}
Similar color palettes
Aqua Haze color palette created on .