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: #f5a300;
}
.color-2 {
color: #f8e6a0;
}
.color-3 {
color: #c4d600;
}
.color-4 {
color: #a3d4e0;
}
.color-5 {
color: #f57086;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f8e6a0;
--color-3: #c4d600;
--color-4: #a3d4e0;
--color-5: #f57086;
}

CSS con gradiente di sfondo Vibrant Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f8e6a0, #c4d600, #a3d4e0, #f57086);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f8e6a0, #c4d600, #a3d4e0, #f57086);
}

Vibrant Yellow color palette created on .