Azure Majesty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Majesty palette
Azure Majesty color palette CSS
/* CSS */
.color-1 {
color: #b3e3ea;
}
.color-2 {
color: #90c3da;
}
.color-3 {
color: #5fa6c4;
}
.color-4 {
color: #3f77ab;
}
.color-5 {
color: #254b83;
}
/* CSS Variables */
:root {
--color-1: #b3e3ea;
--color-2: #90c3da;
--color-3: #5fa6c4;
--color-4: #3f77ab;
--color-5: #254b83;
}
Azure Majesty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3e3ea, #90c3da, #5fa6c4, #3f77ab, #254b83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3e3ea, #90c3da, #5fa6c4, #3f77ab, #254b83);
}
Similar color palettes
Azure Majesty color palette created on .