Vibrant Yellow Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Yellow palette
tavolozza dei colori Vibrant Yellow CSS
/* CSS */
.color-1 {
color: #f2e03a;
}
.color-2 {
color: #f29d26;
}
.color-3 {
color: #eb6c28;
}
.color-4 {
color: #d93f3f;
}
.color-5 {
color: #8c2b8c;
}
/* CSS Variables */
:root {
--color-1: #f2e03a;
--color-2: #f29d26;
--color-3: #eb6c28;
--color-4: #d93f3f;
--color-5: #8c2b8c;
}
CSS con gradiente di sfondo Vibrant Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e03a, #f29d26, #eb6c28, #d93f3f, #8c2b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e03a, #f29d26, #eb6c28, #d93f3f, #8c2b8c);
}
Tavolozze di colori simili
Vibrant Yellow color palette created on .