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