Paleta de colores Angel Rainbow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Angel Rainbow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Angel Rainbow

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

CSS de la paleta de colores Angel Rainbow

/* CSS */
.color-1 {
color: #f7b1b5;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f6e5a7;
}
.color-4 {
color: #a7d7d3;
}
.color-5 {
color: #a7c8f6;
}

/* CSS Variables */
:root {
--color-1: #f7b1b5;
--color-2: #f6d6a7;
--color-3: #f6e5a7;
--color-4: #a7d7d3;
--color-5: #a7c8f6;
}

CSS del degradado de fondo Angel Rainbow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1b5, #f6d6a7, #f6e5a7, #a7d7d3, #a7c8f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1b5, #f6d6a7, #f6e5a7, #a7d7d3, #a7c8f6);
}

Angel Rainbow color palette created on .