Caramel Brown Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Caramel Brown palette

Condividi questa palette a:

Scarica la tavolozza dei colori Caramel Brown (PNG)

Download caramel brown color palette PNG image (landscape)
Download caramel brown color palette PNG image (square)

tavolozza dei colori Caramel Brown CSS

/* CSS */
.color-1 {
color: #c68a4e;
}
.color-2 {
color: #d79f5b;
}
.color-3 {
color: #e6b76b;
}
.color-4 {
color: #dfc9a4;
}
.color-5 {
color: #8c3b3b;
}

/* CSS Variables */
:root {
--color-1: #c68a4e;
--color-2: #d79f5b;
--color-3: #e6b76b;
--color-4: #dfc9a4;
--color-5: #8c3b3b;
}

CSS con gradiente di sfondo Caramel Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c68a4e, #d79f5b, #e6b76b, #dfc9a4, #8c3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c68a4e, #d79f5b, #e6b76b, #dfc9a4, #8c3b3b);
}

Caramel Brown color palette created on .