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