Azure Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Serenity palette

Share this palette to:

Azure Serenity color palette CSS

/* CSS */
.color-1 {
color: #1e4e7b;
}
.color-2 {
color: #2a7e9d;
}
.color-3 {
color: #4eb5b7;
}
.color-4 {
color: #8ae0d7;
}
.color-5 {
color: #f5f9f1;
}

/* CSS Variables */
:root {
--color-1: #1e4e7b;
--color-2: #2a7e9d;
--color-3: #4eb5b7;
--color-4: #8ae0d7;
--color-5: #f5f9f1;
}

Azure Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e7b, #2a7e9d, #4eb5b7, #8ae0d7, #f5f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e7b, #2a7e9d, #4eb5b7, #8ae0d7, #f5f9f1);
}

Azure Serenity color palette created on .