Purple and Green Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Purple and Green palette
tavolozza dei colori Purple and Green CSS
/* CSS */
.color-1 {
color: #5421a6;
}
.color-2 {
color: #7a38bc;
}
.color-3 {
color: #c054b8;
}
.color-4 {
color: #aee6a7;
}
.color-5 {
color: #3ebb49;
}
/* CSS Variables */
:root {
--color-1: #5421a6;
--color-2: #7a38bc;
--color-3: #c054b8;
--color-4: #aee6a7;
--color-5: #3ebb49;
}
CSS con gradiente di sfondo Purple and Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5421a6, #7a38bc, #c054b8, #aee6a7, #3ebb49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5421a6, #7a38bc, #c054b8, #aee6a7, #3ebb49);
}
Tavolozze di colori simili
Purple and Green color palette created on .