Shades of Yellow and Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Yellow and Pink palette

Share this palette to:

Shades of Yellow and Pink color palette CSS

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f3b239;
}
.color-3 {
color: #e07b38;
}
.color-4 {
color: #d86969;
}
.color-5 {
color: #a3528c;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f3b239;
--color-3: #e07b38;
--color-4: #d86969;
--color-5: #a3528c;
}

Shades of Yellow and Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f3b239, #e07b38, #d86969, #a3528c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f3b239, #e07b38, #d86969, #a3528c);
}

Shades of Yellow and Pink color palette created on .