Azure Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Harvest palette

Share this palette to:

Azure Harvest color palette CSS

/* CSS */
.color-1 {
color: #0076a8;
}
.color-2 {
color: #0093b8;
}
.color-3 {
color: #00bad6;
}
.color-4 {
color: #00e6e2;
}
.color-5 {
color: #a3d7e0;
}

/* CSS Variables */
:root {
--color-1: #0076a8;
--color-2: #0093b8;
--color-3: #00bad6;
--color-4: #00e6e2;
--color-5: #a3d7e0;
}

Azure Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0076a8, #0093b8, #00bad6, #00e6e2, #a3d7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0076a8, #0093b8, #00bad6, #00e6e2, #a3d7e0);
}

Azure Harvest color palette created on .