Nutmeg & Cinnamon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nutmeg & Cinnamon palette

Share this palette to:

Nutmeg & Cinnamon color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #d8a56e;
}
.color-3 {
color: #f4d15d;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #5c3d2e;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #d8a56e;
--color-3: #f4d15d;
--color-4: #f0a400;
--color-5: #5c3d2e;
}

Nutmeg & Cinnamon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #d8a56e, #f4d15d, #f0a400, #5c3d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #d8a56e, #f4d15d, #f0a400, #5c3d2e);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Nutmeg & Cinnamon color palette created on .