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