Vibrant Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

Condividi questa palette a:

tavolozza dei colori Vibrant Yellow CSS

/* CSS */
.color-1 {
color: #f9c84e;
}
.color-2 {
color: #f57e00;
}
.color-3 {
color: #d60032;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #380a43;
}

/* CSS Variables */
:root {
--color-1: #f9c84e;
--color-2: #f57e00;
--color-3: #d60032;
--color-4: #690571;
--color-5: #380a43;
}

CSS con gradiente di sfondo Vibrant Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c84e, #f57e00, #d60032, #690571, #380a43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c84e, #f57e00, #d60032, #690571, #380a43);
}

Vibrant Yellow color palette created on .