Paleta de colores Caramel Brown

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Caramel Brown palette

Compartir esta paleta en:

Descargar la paleta de colores Caramel Brown (PNG)

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

CSS de la paleta de colores Caramel Brown

/* 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 del degradado de fondo 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 .