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: #2a9cf4;
}
.color-2 {
color: #69d2f2;
}
.color-3 {
color: #9ee2f5;
}
.color-4 {
color: #e6f9f8;
}
.color-5 {
color: #f5fafa;
}
/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #69d2f2;
--color-3: #9ee2f5;
--color-4: #e6f9f8;
--color-5: #f5fafa;
}
Azure Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #69d2f2, #9ee2f5, #e6f9f8, #f5fafa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #69d2f2, #9ee2f5, #e6f9f8, #f5fafa);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Azure Serenity color palette created on .