Vibrant Yellow Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Yellow Pink palette

Share this palette to:

Download Vibrant Yellow Pink Color Palette (PNG)

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

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

Vibrant Yellow Pink background gradient CSS

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