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: #32309c;
}
.color-2 {
color: #5753ac;
}
.color-3 {
color: #937fb8;
}
.color-4 {
color: #cbaac6;
}
.color-5 {
color: #f6f6e4;
}
/* CSS Variables */
:root {
--color-1: #32309c;
--color-2: #5753ac;
--color-3: #937fb8;
--color-4: #cbaac6;
--color-5: #f6f6e4;
}
CSS con gradiente di sfondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #32309c, #5753ac, #937fb8, #cbaac6, #f6f6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #32309c, #5753ac, #937fb8, #cbaac6, #f6f6e4);
}
Tavolozze di colori simili
Shades of Purple color palette created on .