Violet Vineyard Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Violet Vineyard Dream palette

Condividi questa palette a:

tavolozza dei colori Violet Vineyard Dream CSS

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #a45fbf;
}
.color-3 {
color: #d6a6e2;
}
.color-4 {
color: #f6d3b6;
}
.color-5 {
color: #f0b505;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #a45fbf;
--color-3: #d6a6e2;
--color-4: #f6d3b6;
--color-5: #f0b505;
}

CSS con gradiente di sfondo Violet Vineyard Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #a45fbf, #d6a6e2, #f6d3b6, #f0b505);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #a45fbf, #d6a6e2, #f6d3b6, #f0b505);
}

Violet Vineyard Dream color palette created on .