Paleta de colores Peachy Pearl

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peachy Pearl palette

Compartir esta paleta en:

CSS de la paleta de colores Peachy Pearl

/* CSS */
.color-1 {
color: #f9e7d7;
}
.color-2 {
color: #f2c7a1;
}
.color-3 {
color: #ebaf89;
}
.color-4 {
color: #e58b7b;
}
.color-5 {
color: #d1666f;
}

/* CSS Variables */
:root {
--color-1: #f9e7d7;
--color-2: #f2c7a1;
--color-3: #ebaf89;
--color-4: #e58b7b;
--color-5: #d1666f;
}

CSS del degradado de fondo Peachy Pearl

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e7d7, #f2c7a1, #ebaf89, #e58b7b, #d1666f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e7d7, #f2c7a1, #ebaf89, #e58b7b, #d1666f);
}

Peachy Pearl color palette created on .