Paleta de colores Peeble Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peeble Pink palette

Compartir esta paleta en:

Descargar la paleta de colores Peeble Pink (PNG)

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

CSS de la paleta de colores Peeble Pink

/* CSS */
.color-1 {
color: #dac7b9;
}
.color-2 {
color: #f2dfc0;
}
.color-3 {
color: #f7c2a1;
}
.color-4 {
color: #f09f7a;
}
.color-5 {
color: #eb7b5c;
}

/* CSS Variables */
:root {
--color-1: #dac7b9;
--color-2: #f2dfc0;
--color-3: #f7c2a1;
--color-4: #f09f7a;
--color-5: #eb7b5c;
}

CSS del degradado de fondo Peeble Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac7b9, #f2dfc0, #f7c2a1, #f09f7a, #eb7b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac7b9, #f2dfc0, #f7c2a1, #f09f7a, #eb7b5c);
}

Peeble Pink color palette created on .