Paleta de colores Muted Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Red palette

Compartir esta paleta en:

Descargar la paleta de colores Muted Red (PNG)

Download muted red color palette PNG image (landscape)
Download muted red color palette PNG image (square)

CSS de la paleta de colores Muted Red

/* CSS */
.color-1 {
color: #6a5b8b;
}
.color-2 {
color: #89698c;
}
.color-3 {
color: #a88b6b;
}
.color-4 {
color: #d68b6b;
}
.color-5 {
color: #d6a66b;
}

/* CSS Variables */
:root {
--color-1: #6a5b8b;
--color-2: #89698c;
--color-3: #a88b6b;
--color-4: #d68b6b;
--color-5: #d6a66b;
}

CSS del degradado de fondo Muted Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5b8b, #89698c, #a88b6b, #d68b6b, #d6a66b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5b8b, #89698c, #a88b6b, #d68b6b, #d6a66b);
}

Muted Red color palette created on .