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