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: #f6c34c;
}
.color-2 {
color: #f1a15b;
}
.color-3 {
color: #e78f7e;
}
.color-4 {
color: #d66b8f;
}
.color-5 {
color: #a87bb7;
}

/* CSS Variables */
:root {
--color-1: #f6c34c;
--color-2: #f1a15b;
--color-3: #e78f7e;
--color-4: #d66b8f;
--color-5: #a87bb7;
}

Shades of Yellow and Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c34c, #f1a15b, #e78f7e, #d66b8f, #a87bb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c34c, #f1a15b, #e78f7e, #d66b8f, #a87bb7);
}

Shades of Yellow and Pink color palette created on .