Paleta de colores White Pearl

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with White Pearl palette

Compartir esta paleta en:

CSS de la paleta de colores White Pearl

/* CSS */
.color-1 {
color: #f3f4f6;
}
.color-2 {
color: #dfe2e7;
}
.color-3 {
color: #c2c6cc;
}
.color-4 {
color: #b1b4b9;
}
.color-5 {
color: #f0e5e7;
}

/* CSS Variables */
:root {
--color-1: #f3f4f6;
--color-2: #dfe2e7;
--color-3: #c2c6cc;
--color-4: #b1b4b9;
--color-5: #f0e5e7;
}

CSS del degradado de fondo White Pearl

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f4f6, #dfe2e7, #c2c6cc, #b1b4b9, #f0e5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f4f6, #dfe2e7, #c2c6cc, #b1b4b9, #f0e5e7);
}

White Pearl color palette created on .