Vibrant Yellow Pink Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Yellow Pink Purple palette

Condividi questa palette a:

tavolozza dei colori Vibrant Yellow Pink Purple CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f14b99;
}
.color-4 {
color: #a42d90;
}
.color-5 {
color: #8a2ce2;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f76e6e;
--color-3: #f14b99;
--color-4: #a42d90;
--color-5: #8a2ce2;
}

CSS con gradiente di sfondo Vibrant Yellow Pink Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f76e6e, #f14b99, #a42d90, #8a2ce2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f76e6e, #f14b99, #a42d90, #8a2ce2);
}

Vibrant Yellow Pink Purple color palette created on .