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