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: #f9d14e;
}
.color-2 {
color: #f8a90d;
}
.color-3 {
color: #da5c2b;
}
.color-4 {
color: #b74e89;
}
.color-5 {
color: #5e2a92;
}
/* CSS Variables */
:root {
--color-1: #f9d14e;
--color-2: #f8a90d;
--color-3: #da5c2b;
--color-4: #b74e89;
--color-5: #5e2a92;
}
CSS con gradiente di sfondo Vibrant Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d14e, #f8a90d, #da5c2b, #b74e89, #5e2a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d14e, #f8a90d, #da5c2b, #b74e89, #5e2a92);
}
Tavolozze di colori simili
Vibrant Yellow color palette created on .