Shades of Purple Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Purple palette
Immagine PNG della tavolozza dei colori Shades of Purple
tavolozza dei colori Shades of Purple CSS
/* CSS */
.color-1 {
color: #d1c1e6;
}
.color-2 {
color: #ada2d8;
}
.color-3 {
color: #8e7abd;
}
.color-4 {
color: #795c99;
}
.color-5 {
color: #5f4c7b;
}
/* CSS Variables */
:root {
--color-1: #d1c1e6;
--color-2: #ada2d8;
--color-3: #8e7abd;
--color-4: #795c99;
--color-5: #5f4c7b;
}
CSS con gradiente di sfondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c1e6, #ada2d8, #8e7abd, #795c99, #5f4c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c1e6, #ada2d8, #8e7abd, #795c99, #5f4c7b);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Estetico
Shades of Purple color palette created on .