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