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: #faa700;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #d5a8ff;
}
.color-5 {
color: #6c9eef;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ff6e61;
--color-3: #ffb3c1;
--color-4: #d5a8ff;
--color-5: #6c9eef;
}

CSS con gradiente di sfondo Vibrant Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ff6e61, #ffb3c1, #d5a8ff, #6c9eef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ff6e61, #ffb3c1, #d5a8ff, #6c9eef);
}

Vibrant Yellow color palette created on .