Shades of Purple Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Purple palette
tavolozza dei colori Shades of Purple CSS
/* CSS */
.color-1 {
color: #7b4b8b;
}
.color-2 {
color: #a67d9d;
}
.color-3 {
color: #c19fb6;
}
.color-4 {
color: #e6b7d3;
}
.color-5 {
color: #f1d5e2;
}
/* CSS Variables */
:root {
--color-1: #7b4b8b;
--color-2: #a67d9d;
--color-3: #c19fb6;
--color-4: #e6b7d3;
--color-5: #f1d5e2;
}
CSS con gradiente di sfondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4b8b, #a67d9d, #c19fb6, #e6b7d3, #f1d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4b8b, #a67d9d, #c19fb6, #e6b7d3, #f1d5e2);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 80+ tavolozzas di colori Femminile
Shades of Purple color palette created on .