Cozy Neutrals Color Palette

Discover the beautiful Cozy Neutrals color palette featuring linen (#fcf7ee), pearl bush (#e5ded2), swirl (#cdc7bc), napa (#b3a598) and donkey brown (#a29081).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Minimalist, Neutral, Soft, Vintage, Warm 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 Neutrals palette

Share this palette to:

💻 Cozy Neutrals color palette CSS

/* CSS */
.color-1 {
color: #fcf7ee;
}
.color-2 {
color: #e5ded2;
}
.color-3 {
color: #cdc7bc;
}
.color-4 {
color: #b3a598;
}
.color-5 {
color: #a29081;
}

/* CSS Variables */
:root {
--color-1: #fcf7ee;
--color-2: #e5ded2;
--color-3: #cdc7bc;
--color-4: #b3a598;
--color-5: #a29081;
}

🌈 Cozy Neutrals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf7ee, #e5ded2, #cdc7bc, #b3a598, #a29081);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf7ee, #e5ded2, #cdc7bc, #b3a598, #a29081);
}

Cozy Neutrals color palette created on .