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