Azure Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Serenade palette

Share this palette to:

Azure Serenade color palette CSS

/* CSS */
.color-1 {
color: #0092d6;
}
.color-2 {
color: #4ca3e1;
}
.color-3 {
color: #7cc3e9;
}
.color-4 {
color: #a1d8f2;
}
.color-5 {
color: #e5f7ff;
}

/* CSS Variables */
:root {
--color-1: #0092d6;
--color-2: #4ca3e1;
--color-3: #7cc3e9;
--color-4: #a1d8f2;
--color-5: #e5f7ff;
}

Azure Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0092d6, #4ca3e1, #7cc3e9, #a1d8f2, #e5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0092d6, #4ca3e1, #7cc3e9, #a1d8f2, #e5f7ff);
}

Azure Serenade color palette created on .