Paleta de colores Azure Forsaken

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Azure Forsaken palette

Compartir esta paleta en:

Descargar la paleta de colores Azure Forsaken (PNG)

Download azure forsaken color palette PNG image (landscape)
Download azure forsaken color palette PNG image (square)

CSS de la paleta de colores Azure Forsaken

/* 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;
}

CSS del degradado de fondo Azure Forsaken

/* 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);
}

Azure Forsaken color palette created on .