Purple and Pink Elegance Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Purple and Pink Elegance palette
tavolozza dei colori Purple and Pink Elegance CSS
/* CSS */
.color-1 {
color: #683f88;
}
.color-2 {
color: #b25c9a;
}
.color-3 {
color: #ec5f70;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #fde94e;
}
/* CSS Variables */
:root {
--color-1: #683f88;
--color-2: #b25c9a;
--color-3: #ec5f70;
--color-4: #f4a462;
--color-5: #fde94e;
}
CSS con gradiente di sfondo Purple and Pink Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #683f88, #b25c9a, #ec5f70, #f4a462, #fde94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #683f88, #b25c9a, #ec5f70, #f4a462, #fde94e);
}
Tavolozze di colori simili
Purple and Pink Elegance color palette created on .