Paleta de colores Caramel Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Caramel Shades palette

Compartir esta paleta en:

Descargar la paleta de colores Caramel Shades (PNG)

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

CSS de la paleta de colores Caramel Shades

/* CSS */
.color-1 {
color: #a86d3e;
}
.color-2 {
color: #d19b6b;
}
.color-3 {
color: #f6d7a2;
}
.color-4 {
color: #e2b04b;
}
.color-5 {
color: #a94c2d;
}

/* CSS Variables */
:root {
--color-1: #a86d3e;
--color-2: #d19b6b;
--color-3: #f6d7a2;
--color-4: #e2b04b;
--color-5: #a94c2d;
}

CSS del degradado de fondo Caramel Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a86d3e, #d19b6b, #f6d7a2, #e2b04b, #a94c2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a86d3e, #d19b6b, #f6d7a2, #e2b04b, #a94c2d);
}

Caramel Shades color palette created on .