Paleta de colores Soft Peach
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Peach palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Soft Peach (PNG)
CSS de la paleta de colores Soft Peach
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f1e2d5;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #d3b57e;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b2a1;
--color-3: #f1e2d5;
--color-4: #f6d55a;
--color-5: #d3b57e;
}
CSS del degradado de fondo Soft Peach
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b2a1, #f1e2d5, #f6d55a, #d3b57e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b2a1, #f1e2d5, #f6d55a, #d3b57e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Soft Peach color palette created on .