Brewed Hues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Brewed Hues palette

Condividi questa palette a:

tavolozza dei colori Brewed Hues CSS

/* CSS */
.color-1 {
color: #d9a96d;
}
.color-2 {
color: #c8a06f;
}
.color-3 {
color: #a66d3a;
}
.color-4 {
color: #795939;
}
.color-5 {
color: #bebe60;
}

/* CSS Variables */
:root {
--color-1: #d9a96d;
--color-2: #c8a06f;
--color-3: #a66d3a;
--color-4: #795939;
--color-5: #bebe60;
}

CSS con gradiente di sfondo Brewed Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a96d, #c8a06f, #a66d3a, #795939, #bebe60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a96d, #c8a06f, #a66d3a, #795939, #bebe60);
}

Brewed Hues color palette created on .