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