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