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