Vintner's Embrace Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vintner's Embrace palette

Condividi questa palette a:

tavolozza dei colori Vintner's Embrace CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #a85d78;
}
.color-3 {
color: #d4a5a0;
}
.color-4 {
color: #eac5c3;
}
.color-5 {
color: #f5e0e1;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #a85d78;
--color-3: #d4a5a0;
--color-4: #eac5c3;
--color-5: #f5e0e1;
}

CSS con gradiente di sfondo Vintner's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #a85d78, #d4a5a0, #eac5c3, #f5e0e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #a85d78, #d4a5a0, #eac5c3, #f5e0e1);
}

Vintner's Embrace color palette created on .