Vibrant Yellow Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Yellow Purple palette

Condividi questa palette a:

tavolozza dei colori Vibrant Yellow Purple CSS

/* CSS */
.color-1 {
color: #f6df2c;
}
.color-2 {
color: #9a5fab;
}
.color-3 {
color: #d9a520;
}
.color-4 {
color: #7f3c8b;
}
.color-5 {
color: #a9d9ea;
}

/* CSS Variables */
:root {
--color-1: #f6df2c;
--color-2: #9a5fab;
--color-3: #d9a520;
--color-4: #7f3c8b;
--color-5: #a9d9ea;
}

CSS con gradiente di sfondo Vibrant Yellow Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6df2c, #9a5fab, #d9a520, #7f3c8b, #a9d9ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6df2c, #9a5fab, #d9a520, #7f3c8b, #a9d9ea);
}

Vibrant Yellow Purple color palette created on .