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