Paleta de colores Light Azure

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Azure palette

Compartir esta paleta en:

Descargar la paleta de colores Light Azure (PNG)

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

CSS de la paleta de colores Light Azure

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3dbbff;
}
.color-3 {
color: #70c3ff;
}
.color-4 {
color: #9ed7ff;
}
.color-5 {
color: #c7e9ff;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3dbbff;
--color-3: #70c3ff;
--color-4: #9ed7ff;
--color-5: #c7e9ff;
}

CSS del degradado de fondo Light Azure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3dbbff, #70c3ff, #9ed7ff, #c7e9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3dbbff, #70c3ff, #9ed7ff, #c7e9ff);
}

Light Azure color palette created on .