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