Brown Cookie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Brown Cookie palette

Condividi questa palette a:

tavolozza dei colori Brown Cookie CSS

/* CSS */
.color-1 {
color: #e5d9c2;
}
.color-2 {
color: #c6b09a;
}
.color-3 {
color: #a68c6e;
}
.color-4 {
color: #91704b;
}
.color-5 {
color: #6b4e38;
}

/* CSS Variables */
:root {
--color-1: #e5d9c2;
--color-2: #c6b09a;
--color-3: #a68c6e;
--color-4: #91704b;
--color-5: #6b4e38;
}

CSS con gradiente di sfondo Brown Cookie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d9c2, #c6b09a, #a68c6e, #91704b, #6b4e38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d9c2, #c6b09a, #a68c6e, #91704b, #6b4e38);
}

Brown Cookie color palette created on .