Soft Grey and Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Grey and Yellow palette

Share this palette to:

Soft Grey and Yellow color palette CSS

/* CSS */
.color-1 {
color: #d9d9d9;
}
.color-2 {
color: #a6a6a6;
}
.color-3 {
color: #c9a54a;
}
.color-4 {
color: #f2e19c;
}
.color-5 {
color: #f7c94b;
}

/* CSS Variables */
:root {
--color-1: #d9d9d9;
--color-2: #a6a6a6;
--color-3: #c9a54a;
--color-4: #f2e19c;
--color-5: #f7c94b;
}

Soft Grey and Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d9d9, #a6a6a6, #c9a54a, #f2e19c, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d9d9, #a6a6a6, #c9a54a, #f2e19c, #f7c94b);
}

Similar color palettes

Soft Grey and Yellow color palette created on .