Cuddle Comforts Color Palette

Discover the beautiful Cuddle Comforts color palette featuring indian khaki (#c5a78c), teak (#b68e6d), pancho (#ebcda3), whiskey (#d2996a) and paarl (#a85f2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Earthy, Soft, 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 Cuddle Comforts palette

Share this palette to:

💻 Cuddle Comforts color palette CSS

/* CSS */
.color-1 {
color: #c5a78c;
}
.color-2 {
color: #b68e6d;
}
.color-3 {
color: #ebcda3;
}
.color-4 {
color: #d2996a;
}
.color-5 {
color: #a85f2e;
}

/* CSS Variables */
:root {
--color-1: #c5a78c;
--color-2: #b68e6d;
--color-3: #ebcda3;
--color-4: #d2996a;
--color-5: #a85f2e;
}

🌈 Cuddle Comforts background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5a78c, #b68e6d, #ebcda3, #d2996a, #a85f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5a78c, #b68e6d, #ebcda3, #d2996a, #a85f2e);
}

Cuddle Comforts color palette created on .