Azure Forsaken Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Forsaken palette
Color Inspiration
Images that showcase this color palette in real designs
Download Azure Forsaken Color Palette (PNG)
Azure Forsaken color palette CSS
/* CSS */
.color-1 {
color: #3c8ebe;
}
.color-2 {
color: #5bb8e6;
}
.color-3 {
color: #80d1f4;
}
.color-4 {
color: #f4e87b;
}
.color-5 {
color: #f6a8a2;
}
/* CSS Variables */
:root {
--color-1: #3c8ebe;
--color-2: #5bb8e6;
--color-3: #80d1f4;
--color-4: #f4e87b;
--color-5: #f6a8a2;
}
Azure Forsaken background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c8ebe, #5bb8e6, #80d1f4, #f4e87b, #f6a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c8ebe, #5bb8e6, #80d1f4, #f4e87b, #f6a8a2);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Azure Forsaken color palette created on .