Wine Red Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wine Red Elegance palette

Condividi questa palette a:

tavolozza dei colori Wine Red Elegance CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #487d2c;
}
.color-3 {
color: #1f395c;
}
.color-4 {
color: #ebb9b2;
}
.color-5 {
color: #d14c3d;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #487d2c;
--color-3: #1f395c;
--color-4: #ebb9b2;
--color-5: #d14c3d;
}

CSS con gradiente di sfondo Wine Red Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #487d2c, #1f395c, #ebb9b2, #d14c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #487d2c, #1f395c, #ebb9b2, #d14c3d);
}

Wine Red Elegance color palette created on .