Vibrant Harmony Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Harmony palette
tavolozza dei colori Vibrant Harmony CSS
/* CSS */
.color-1 {
color: #7a1e7b;
}
.color-2 {
color: #4d9bdb;
}
.color-3 {
color: #40c95e;
}
.color-4 {
color: #f2e29c;
}
.color-5 {
color: #d65a38;
}
/* CSS Variables */
:root {
--color-1: #7a1e7b;
--color-2: #4d9bdb;
--color-3: #40c95e;
--color-4: #f2e29c;
--color-5: #d65a38;
}
CSS con gradiente di sfondo Vibrant Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1e7b, #4d9bdb, #40c95e, #f2e29c, #d65a38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1e7b, #4d9bdb, #40c95e, #f2e29c, #d65a38);
}
Tavolozze di colori simili
Vibrant Harmony color palette created on .