Paleta de colores Angel
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Angel palette
Imagen PNG de la paleta de colores Angel
CSS de la paleta de colores Angel
/* CSS */
.color-1 {
color: #f5e5db;
}
.color-2 {
color: #d7aba8;
}
.color-3 {
color: #b0c9ed;
}
.color-4 {
color: #f1c0ac;
}
.color-5 {
color: #ffe0c7;
}
/* CSS Variables */
:root {
--color-1: #f5e5db;
--color-2: #d7aba8;
--color-3: #b0c9ed;
--color-4: #f1c0ac;
--color-5: #ffe0c7;
}
CSS del degradado de fondo Angel
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5db, #d7aba8, #b0c9ed, #f1c0ac, #ffe0c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5db, #d7aba8, #b0c9ed, #f1c0ac, #ffe0c7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 80 paletas de colores Melocotón
Angel color palette created on .