Paleta de colores Earthy Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Earthy Pink palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Earthy Pink (PNG)
CSS de la paleta de colores Earthy Pink
/* CSS */
.color-1 {
color: #ffc2d0;
}
.color-2 {
color: #f9e89f;
}
.color-3 {
color: #a86d5d;
}
.color-4 {
color: #d0b095;
}
.color-5 {
color: #5a4e4e;
}
/* CSS Variables */
:root {
--color-1: #ffc2d0;
--color-2: #f9e89f;
--color-3: #a86d5d;
--color-4: #d0b095;
--color-5: #5a4e4e;
}
CSS del degradado de fondo Earthy Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2d0, #f9e89f, #a86d5d, #d0b095, #5a4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2d0, #f9e89f, #a86d5d, #d0b095, #5a4e4e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Estético
Earthy Pink color palette created on .