Brown Milk Cookie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Brown Milk Cookie palette

Condividi questa palette a:

tavolozza dei colori Brown Milk Cookie CSS

/* CSS */
.color-1 {
color: #e5d8c7;
}
.color-2 {
color: #c3b3a2;
}
.color-3 {
color: #a89b8a;
}
.color-4 {
color: #9e7c6b;
}
.color-5 {
color: #795b4e;
}

/* CSS Variables */
:root {
--color-1: #e5d8c7;
--color-2: #c3b3a2;
--color-3: #a89b8a;
--color-4: #9e7c6b;
--color-5: #795b4e;
}

CSS con gradiente di sfondo Brown Milk Cookie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d8c7, #c3b3a2, #a89b8a, #9e7c6b, #795b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d8c7, #c3b3a2, #a89b8a, #9e7c6b, #795b4e);
}

Brown Milk Cookie color palette created on .