Vibrant Yellow Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Yellow Purple palette

Share this palette to:

Vibrant Yellow Purple color palette 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;
}

Vibrant Yellow Purple background gradient CSS

/* 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 .