Azure Serenity Color Palette
Discover the beautiful Azure Serenity color palette featuring denim (#1381e0), cerulean (#00abd9), viking (#68bbdc), morning glory (#8dc5da) and morning glory (#92d2db).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Azure Serenity palette
💻 Azure Serenity color palette CSS
/* CSS */
.color-1 {
color: #1381e0;
}
.color-2 {
color: #00abd9;
}
.color-3 {
color: #68bbdc;
}
.color-4 {
color: #8dc5da;
}
.color-5 {
color: #92d2db;
}
/* CSS Variables */
:root {
--color-1: #1381e0;
--color-2: #00abd9;
--color-3: #68bbdc;
--color-4: #8dc5da;
--color-5: #92d2db;
} 🌈 Azure Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1381e0, #00abd9, #68bbdc, #8dc5da, #92d2db);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1381e0, #00abd9, #68bbdc, #8dc5da, #92d2db);
} 🔗 Explore similar color palettes
Azure Serenity color palette created on .