Red Ash Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Ash palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Red Ash

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

tavolozza dei colori Red Ash CSS

/* 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 con gradiente di sfondo 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 .