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: #f8cb4f;
}
.color-2 {
color: #f79c40;
}
.color-3 {
color: #f76969;
}
.color-4 {
color: #e65b8e;
}
.color-5 {
color: #b670d2;
}

/* CSS Variables */
:root {
--color-1: #f8cb4f;
--color-2: #f79c40;
--color-3: #f76969;
--color-4: #e65b8e;
--color-5: #b670d2;
}

CSS con gradiente di sfondo Vibrant Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cb4f, #f79c40, #f76969, #e65b8e, #b670d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cb4f, #f79c40, #f76969, #e65b8e, #b670d2);
}

Vibrant Yellow color palette created on .