Paleta de colores Angel Wings

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Angel Wings palette

Compartir esta paleta en:

CSS de la paleta de colores Angel Wings

/* CSS */
.color-1 {
color: #f9dceb;
}
.color-2 {
color: #c2eef5;
}
.color-3 {
color: #b4e6f3;
}
.color-4 {
color: #fbe0c6;
}
.color-5 {
color: #fbbcc4;
}

/* CSS Variables */
:root {
--color-1: #f9dceb;
--color-2: #c2eef5;
--color-3: #b4e6f3;
--color-4: #fbe0c6;
--color-5: #fbbcc4;
}

CSS del degradado de fondo Angel Wings

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9dceb, #c2eef5, #b4e6f3, #fbe0c6, #fbbcc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9dceb, #c2eef5, #b4e6f3, #fbe0c6, #fbbcc4);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 2 paletas de colores Rosa

Angel Wings color palette created on .