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