Azure Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Horizon palette

Share this palette to:

Azure Horizon color palette CSS

/* CSS */
.color-1 {
color: #19b9e6;
}
.color-2 {
color: #6cc6a6;
}
.color-3 {
color: #f3df7c;
}
.color-4 {
color: #f49c43;
}
.color-5 {
color: #e27b3c;
}

/* CSS Variables */
:root {
--color-1: #19b9e6;
--color-2: #6cc6a6;
--color-3: #f3df7c;
--color-4: #f49c43;
--color-5: #e27b3c;
}

Azure Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b9e6, #6cc6a6, #f3df7c, #f49c43, #e27b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b9e6, #6cc6a6, #f3df7c, #f49c43, #e27b3c);
}

Azure Horizon color palette created on .