Paleta de colores Red Ash

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Ash palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Red Ash

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

CSS de la paleta de colores Red Ash

/* CSS */
.color-1 {
color: #882e2b;
}
.color-2 {
color: #98433e;
}
.color-3 {
color: #a1574f;
}
.color-4 {
color: #9f6656;
}
.color-5 {
color: #a3746c;
}

/* CSS Variables */
:root {
--color-1: #882e2b;
--color-2: #98433e;
--color-3: #a1574f;
--color-4: #9f6656;
--color-5: #a3746c;
}

CSS del degradado de fondo Red Ash

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #882e2b, #98433e, #a1574f, #9f6656, #a3746c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #882e2b, #98433e, #a1574f, #9f6656, #a3746c);
}

Red Ash color palette created on .