Paleta de colores Astral

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Astral palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Astral

Download astral color palette PNG image (landscape)
Download astral color palette PNG image (square)

CSS de la paleta de colores Astral

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #7a92e1;
}
.color-3 {
color: #a1c1e8;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #7a92e1;
--color-3: #a1c1e8;
--color-4: #f0e78e;
--color-5: #f39c12;
}

CSS del degradado de fondo Astral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #7a92e1, #a1c1e8, #f0e78e, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #7a92e1, #a1c1e8, #f0e78e, #f39c12);
}

Astral color palette created on .