Marblewood Serenity Color Palette

Discover the beautiful Marblewood Serenity color palette featuring kidnapper (#d5e5c7), bud (#a2b09b), parchment (#f2e4d4), rose fog (#e6c7b3) and bison hide (#c3b3a2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Green, Earthy, Light, Soft 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 Marblewood Serenity palette

Share this palette to:

💻 Marblewood Serenity color palette CSS

/* CSS */
.color-1 {
color: #d5e5c7;
}
.color-2 {
color: #a2b09b;
}
.color-3 {
color: #f2e4d4;
}
.color-4 {
color: #e6c7b3;
}
.color-5 {
color: #c3b3a2;
}

/* CSS Variables */
:root {
--color-1: #d5e5c7;
--color-2: #a2b09b;
--color-3: #f2e4d4;
--color-4: #e6c7b3;
--color-5: #c3b3a2;
}

🌈 Marblewood Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e5c7, #a2b09b, #f2e4d4, #e6c7b3, #c3b3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e5c7, #a2b09b, #f2e4d4, #e6c7b3, #c3b3a2);
}

Marblewood Serenity color palette created on .