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: #e1d5ec;
}
.color-2 {
color: #d3b2e6;
}
.color-3 {
color: #b78fd6;
}
.color-4 {
color: #a36cac;
}
.color-5 {
color: #7f4e88;
}
/* CSS Variables */
:root {
--color-1: #e1d5ec;
--color-2: #d3b2e6;
--color-3: #b78fd6;
--color-4: #a36cac;
--color-5: #7f4e88;
}
CSS con gradiente di sfondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d5ec, #d3b2e6, #b78fd6, #a36cac, #7f4e88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d5ec, #d3b2e6, #b78fd6, #a36cac, #7f4e88);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 300+ tavolozzas di colori Estetico
Shades of Purple color palette created on .