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: #3b9fd8;
}
.color-2 {
color: #5bb6e6;
}
.color-3 {
color: #7ac9e6;
}
.color-4 {
color: #94d2e5;
}
.color-5 {
color: #a9eae6;
}

/* CSS Variables */
:root {
--color-1: #3b9fd8;
--color-2: #5bb6e6;
--color-3: #7ac9e6;
--color-4: #94d2e5;
--color-5: #a9eae6;
}

Azure Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b9fd8, #5bb6e6, #7ac9e6, #94d2e5, #a9eae6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b9fd8, #5bb6e6, #7ac9e6, #94d2e5, #a9eae6);
}

Azure Serenade color palette created on .