Milk Coffee Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Milk Coffee palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Milk Coffee

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

tavolozza dei colori Milk Coffee CSS

/* 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 con gradiente di sfondo 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 .