Azure Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Serenity palette
Azure Serenity color palette CSS
/* CSS */
.color-1 {
color: #2f3cb1;
}
.color-2 {
color: #4a5eba;
}
.color-3 {
color: #6b8fd1;
}
.color-4 {
color: #a3c2e0;
}
.color-5 {
color: #d8e8f3;
}
/* CSS Variables */
:root {
--color-1: #2f3cb1;
--color-2: #4a5eba;
--color-3: #6b8fd1;
--color-4: #a3c2e0;
--color-5: #d8e8f3;
}
Azure Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f3cb1, #4a5eba, #6b8fd1, #a3c2e0, #d8e8f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f3cb1, #4a5eba, #6b8fd1, #a3c2e0, #d8e8f3);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Azure Serenity color palette created on .