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: #363991;
}
.color-2 {
color: #5658b3;
}
.color-3 {
color: #b873bf;
}
.color-4 {
color: #f2b178;
}
.color-5 {
color: #edbe12;
}
/* CSS Variables */
:root {
--color-1: #363991;
--color-2: #5658b3;
--color-3: #b873bf;
--color-4: #f2b178;
--color-5: #edbe12;
}
CSS con gradiente di sfondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #363991, #5658b3, #b873bf, #f2b178, #edbe12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #363991, #5658b3, #b873bf, #f2b178, #edbe12);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 1 tavolozza di colori Deep Blue
Shades of Purple color palette created on .