Azure Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Horizon palette
Azure Horizon color palette CSS
/* CSS */
.color-1 {
color: #b4e8fd;
}
.color-2 {
color: #a6e9fc;
}
.color-3 {
color: #9ee6fa;
}
.color-4 {
color: #91daf7;
}
.color-5 {
color: #7fd0f5;
}
/* CSS Variables */
:root {
--color-1: #b4e8fd;
--color-2: #a6e9fc;
--color-3: #9ee6fa;
--color-4: #91daf7;
--color-5: #7fd0f5;
}
Azure Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4e8fd, #a6e9fc, #9ee6fa, #91daf7, #7fd0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4e8fd, #a6e9fc, #9ee6fa, #91daf7, #7fd0f5);
}
Similar color palettes
Azure Horizon color palette created on .