Paleta de colores Brown and Pink Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Brown and Pink Harmony palette

Compartir esta paleta en:

Descargar la paleta de colores Brown and Pink Harmony (PNG)

Download brown and pink harmony color palette PNG image (landscape)
Download brown and pink harmony color palette PNG image (square)

CSS de la paleta de colores Brown and Pink Harmony

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d09a9a;
}
.color-3 {
color: #f2c5d5;
}
.color-4 {
color: #f5d5c2;
}
.color-5 {
color: #ebad9e;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d09a9a;
--color-3: #f2c5d5;
--color-4: #f5d5c2;
--color-5: #ebad9e;
}

CSS del degradado de fondo Brown and Pink Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d09a9a, #f2c5d5, #f5d5c2, #ebad9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d09a9a, #f2c5d5, #f5d5c2, #ebad9e);
}

Brown and Pink Harmony color palette created on .