Brown Coffee Experience Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Brown Coffee Experience palette

Condividi questa palette a:

tavolozza dei colori Brown Coffee Experience CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #a95b3d;
}
.color-3 {
color: #e2b83c;
}
.color-4 {
color: #f6e7c1;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #a95b3d;
--color-3: #e2b83c;
--color-4: #f6e7c1;
--color-5: #4e3b31;
}

CSS con gradiente di sfondo Brown Coffee Experience

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #a95b3d, #e2b83c, #f6e7c1, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #a95b3d, #e2b83c, #f6e7c1, #4e3b31);
}

Brown Coffee Experience color palette created on .