Paleta de colores Angel Dust

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Angel Dust palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Angel Dust

Download angel dust color palette PNG image (landscape)
Download angel dust color palette PNG image (square)

CSS de la paleta de colores Angel Dust

/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #f8d68b;
}
.color-3 {
color: #f2f2b5;
}
.color-4 {
color: #a1dae2;
}
.color-5 {
color: #f26e7d;
}

/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #f8d68b;
--color-3: #f2f2b5;
--color-4: #a1dae2;
--color-5: #f26e7d;
}

CSS del degradado de fondo Angel Dust

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #f8d68b, #f2f2b5, #a1dae2, #f26e7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #f8d68b, #f2f2b5, #a1dae2, #f26e7d);
}

Angel Dust color palette created on .