Cozy Oak Color Palette

Discover the beautiful Cozy Oak color palette featuring judge gray (#5b4d39), shadow (#8a694c), indian khaki (#c7b594), sidecar (#f4e2c3) and whiskey (#d3a778).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWood, Oak, Warm, Scandinavian, Brown, Beige, Earthy, Light, Neutral color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Cozy Oak palette

Share this palette to:

💻 Cozy Oak color palette CSS

/* CSS */
.color-1 {
color: #5b4d39;
}
.color-2 {
color: #8a694c;
}
.color-3 {
color: #c7b594;
}
.color-4 {
color: #f4e2c3;
}
.color-5 {
color: #d3a778;
}

/* CSS Variables */
:root {
--color-1: #5b4d39;
--color-2: #8a694c;
--color-3: #c7b594;
--color-4: #f4e2c3;
--color-5: #d3a778;
}

🌈 Cozy Oak background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4d39, #8a694c, #c7b594, #f4e2c3, #d3a778);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4d39, #8a694c, #c7b594, #f4e2c3, #d3a778);
}

Cozy Oak color palette created on .