Azure Reflections Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Reflections palette

Share this palette to:

Azure Reflections color palette CSS

/* CSS */
.color-1 {
color: #90a6cb;
}
.color-2 {
color: #738fb0;
}
.color-3 {
color: #67859e;
}
.color-4 {
color: #526780;
}
.color-5 {
color: #3e5965;
}

/* CSS Variables */
:root {
--color-1: #90a6cb;
--color-2: #738fb0;
--color-3: #67859e;
--color-4: #526780;
--color-5: #3e5965;
}

Azure Reflections background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #90a6cb, #738fb0, #67859e, #526780, #3e5965);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #90a6cb, #738fb0, #67859e, #526780, #3e5965);
}

Azure Reflections color palette created on .