Paleta de colores Earthy Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Pink palette

Compartir esta paleta en:

Descargar la paleta de colores Earthy Pink (PNG)

Download earthy pink color palette PNG image (landscape)
Download earthy pink color palette PNG image (square)

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);
}

Earthy Pink color palette created on .