Azure Affection Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Affection palette

Share this palette to:

Azure Affection color palette CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #0099e6;
}
.color-3 {
color: #007acc;
}
.color-4 {
color: #0056b8;
}
.color-5 {
color: #004099;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #0099e6;
--color-3: #007acc;
--color-4: #0056b8;
--color-5: #004099;
}

Azure Affection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #0099e6, #007acc, #0056b8, #004099);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #0099e6, #007acc, #0056b8, #004099);
}

Azure Affection color palette created on .