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: #ffb700;
}
.color-2 {
color: #26c6f7;
}
.color-3 {
color: #94bf7d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f7a1b4;
}

/* CSS Variables */
:root {
--color-1: #ffb700;
--color-2: #26c6f7;
--color-3: #94bf7d;
--color-4: #ff6e61;
--color-5: #f7a1b4;
}

CSS con gradiente di sfondo Vibrant Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb700, #26c6f7, #94bf7d, #ff6e61, #f7a1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb700, #26c6f7, #94bf7d, #ff6e61, #f7a1b4);
}

Vibrant Yellow color palette created on .