Vibrant Yellow Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Yellow Pink palette

Condividi questa palette a:

Scarica la tavolozza dei colori Vibrant Yellow Pink (PNG)

Download vibrant yellow pink color palette PNG image (landscape)
Download vibrant yellow pink color palette PNG image (square)

tavolozza dei colori Vibrant Yellow Pink CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff2990;
}
.color-4 {
color: #c01b70;
}
.color-5 {
color: #7729ff;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6d1f;
--color-3: #ff2990;
--color-4: #c01b70;
--color-5: #7729ff;
}

CSS con gradiente di sfondo Vibrant Yellow Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6d1f, #ff2990, #c01b70, #7729ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6d1f, #ff2990, #c01b70, #7729ff);
}

Vibrant Yellow Pink color palette created on .