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