Shades of Viola Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Viola palette

Condividi questa palette a:

tavolozza dei colori Shades of Viola CSS

/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #d69eb8;
}
.color-3 {
color: #b88fc1;
}
.color-4 {
color: #a76bb8;
}
.color-5 {
color: #794d9d;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #d69eb8;
--color-3: #b88fc1;
--color-4: #a76bb8;
--color-5: #794d9d;
}

CSS con gradiente di sfondo Shades of Viola

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #d69eb8, #b88fc1, #a76bb8, #794d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #d69eb8, #b88fc1, #a76bb8, #794d9d);
}

Shades of Viola color palette created on .