Shades of Purple to Red Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Purple to Red palette
tavolozza dei colori Shades of Purple to Red CSS
/* CSS */
.color-1 {
color: #7b3c8b;
}
.color-2 {
color: #a35c8d;
}
.color-3 {
color: #d68a8d;
}
.color-4 {
color: #f19a88;
}
.color-5 {
color: #f24a4a;
}
/* CSS Variables */
:root {
--color-1: #7b3c8b;
--color-2: #a35c8d;
--color-3: #d68a8d;
--color-4: #f19a88;
--color-5: #f24a4a;
}
CSS con gradiente di sfondo Shades of Purple to Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b3c8b, #a35c8d, #d68a8d, #f19a88, #f24a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b3c8b, #a35c8d, #d68a8d, #f19a88, #f24a4a);
}
Tavolozze di colori simili
Shades of Purple to Red color palette created on .