Neutral Cadence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neutral Cadence palette

Share this palette to:

Neutral Cadence color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #bfbfbf;
}
.color-3 {
color: #a1a1a1;
}
.color-4 {
color: #7a7a7a;
}
.color-5 {
color: #4d4d4d;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #bfbfbf;
--color-3: #a1a1a1;
--color-4: #7a7a7a;
--color-5: #4d4d4d;
}

Neutral Cadence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #bfbfbf, #a1a1a1, #7a7a7a, #4d4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #bfbfbf, #a1a1a1, #7a7a7a, #4d4d4d);
}

Neutral Cadence color palette created on .