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: #e5d7e3;
}
.color-2 {
color: #d1c1d0;
}
.color-3 {
color: #bea2ba;
}
.color-4 {
color: #a76c9d;
}
.color-5 {
color: #6b3a78;
}
/* CSS Variables */
:root {
--color-1: #e5d7e3;
--color-2: #d1c1d0;
--color-3: #bea2ba;
--color-4: #a76c9d;
--color-5: #6b3a78;
}
CSS con gradiente di sfondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d7e3, #d1c1d0, #bea2ba, #a76c9d, #6b3a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d7e3, #d1c1d0, #bea2ba, #a76c9d, #6b3a78);
}
Tavolozze di colori simili
Shades of Purple color palette created on .