Yellow Pink Grey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Pink Grey palette

Share this palette to:

Yellow Pink Grey color palette CSS

/* CSS */
.color-1 {
color: #f6d560;
}
.color-2 {
color: #d1c1c1;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f4a4bf;
}
.color-5 {
color: #eab8b8;
}

/* CSS Variables */
:root {
--color-1: #f6d560;
--color-2: #d1c1c1;
--color-3: #ffffff;
--color-4: #f4a4bf;
--color-5: #eab8b8;
}

Yellow Pink Grey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d560, #d1c1c1, #ffffff, #f4a4bf, #eab8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d560, #d1c1c1, #ffffff, #f4a4bf, #eab8b8);
}

Yellow Pink Grey color palette created on .