Paleta de colores Shades of Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Red palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Red

/* CSS */
.color-1 {
color: #4a3d3b;
}
.color-2 {
color: #7d4a4a;
}
.color-3 {
color: #c97e7e;
}
.color-4 {
color: #d6ba3d;
}
.color-5 {
color: #f3e6c9;
}

/* CSS Variables */
:root {
--color-1: #4a3d3b;
--color-2: #7d4a4a;
--color-3: #c97e7e;
--color-4: #d6ba3d;
--color-5: #f3e6c9;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3d3b, #7d4a4a, #c97e7e, #d6ba3d, #f3e6c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3d3b, #7d4a4a, #c97e7e, #d6ba3d, #f3e6c9);
}

Shades of Red color palette created on .