Paleta de colores Milk Coffee

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Milk Coffee palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Milk Coffee

Download milk coffee color palette PNG image (landscape)
Download milk coffee color palette PNG image (square)

CSS de la paleta de colores Milk Coffee

/* CSS */
.color-1 {
color: #c6b29a;
}
.color-2 {
color: #d8c7b6;
}
.color-3 {
color: #e4d5c9;
}
.color-4 {
color: #f3e5d8;
}
.color-5 {
color: #e7d0c5;
}

/* CSS Variables */
:root {
--color-1: #c6b29a;
--color-2: #d8c7b6;
--color-3: #e4d5c9;
--color-4: #f3e5d8;
--color-5: #e7d0c5;
}

CSS del degradado de fondo Milk Coffee

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b29a, #d8c7b6, #e4d5c9, #f3e5d8, #e7d0c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b29a, #d8c7b6, #e4d5c9, #f3e5d8, #e7d0c5);
}

Milk Coffee color palette created on .