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: #fad12e;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #e13e33;
}
.color-4 {
color: #c3377d;
}
.color-5 {
color: #681b98;
}
/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f47b1f;
--color-3: #e13e33;
--color-4: #c3377d;
--color-5: #681b98;
}
CSS con gradiente di sfondo Vibrant Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f47b1f, #e13e33, #c3377d, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f47b1f, #e13e33, #c3377d, #681b98);
}
Tavolozze di colori simili
Vibrant Harmony color palette created on .