Modern Grey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Modern Grey palette

Share this palette to:

Modern Grey color palette CSS

/* CSS */
.color-1 {
color: #f5f5f0;
}
.color-2 {
color: #d8d8cf;
}
.color-3 {
color: #b0b0a0;
}
.color-4 {
color: #7c7c79;
}
.color-5 {
color: #3d3d3d;
}

/* CSS Variables */
:root {
--color-1: #f5f5f0;
--color-2: #d8d8cf;
--color-3: #b0b0a0;
--color-4: #7c7c79;
--color-5: #3d3d3d;
}

Modern Grey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f0, #d8d8cf, #b0b0a0, #7c7c79, #3d3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f0, #d8d8cf, #b0b0a0, #7c7c79, #3d3d3d);
}

Modern Grey color palette created on .