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: #2a9cf4;
}
.color-2 {
color: #4dc0e0;
}
.color-3 {
color: #6de3d4;
}
.color-4 {
color: #8ff0b7;
}
.color-5 {
color: #b1f6d4;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #4dc0e0;
--color-3: #6de3d4;
--color-4: #8ff0b7;
--color-5: #b1f6d4;
}

Azure Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #4dc0e0, #6de3d4, #8ff0b7, #b1f6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #4dc0e0, #6de3d4, #8ff0b7, #b1f6d4);
}

Azure Serenity color palette created on .