Loading...
Azure Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Sunrise palette
Download Azure Sunrise Color Palette (PNG)
Azure Sunrise color palette CSS
/* CSS */
.color-1 {
color: #5c70e0;
}
.color-2 {
color: #0074c2;
}
.color-3 {
color: #f2f4f7;
}
.color-4 {
color: #fcbd4f;
}
.color-5 {
color: #e76a6a;
}
/* CSS Variables */
:root {
--color-1: #5c70e0;
--color-2: #0074c2;
--color-3: #f2f4f7;
--color-4: #fcbd4f;
--color-5: #e76a6a;
}
Azure Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c70e0, #0074c2, #f2f4f7, #fcbd4f, #e76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c70e0, #0074c2, #f2f4f7, #fcbd4f, #e76a6a);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Azure Sunrise color palette created on .