Vintage Red Nature Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vintage Red Nature palette

Condividi questa palette a:

tavolozza dei colori Vintage Red Nature CSS

/* CSS */
.color-1 {
color: #8c3b3b;
}
.color-2 {
color: #c85b5b;
}
.color-3 {
color: #d78888;
}
.color-4 {
color: #e2b1b1;
}
.color-5 {
color: #f5c2c2;
}

/* CSS Variables */
:root {
--color-1: #8c3b3b;
--color-2: #c85b5b;
--color-3: #d78888;
--color-4: #e2b1b1;
--color-5: #f5c2c2;
}

CSS con gradiente di sfondo Vintage Red Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b3b, #c85b5b, #d78888, #e2b1b1, #f5c2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b3b, #c85b5b, #d78888, #e2b1b1, #f5c2c2);
}

Vintage Red Nature color palette created on .