Home Sweet Home Color Palette

Discover the beautiful Home Sweet Home color palette featuring maize (#f7d2b0), wewak (#f3a1a0), deep blush (#e76a89), charm (#d15c8b) and wisteria (#b76bbd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Coral, Elegant, Modern, Pink, 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 Home Sweet Home palette

Share this palette to:

💻 Home Sweet Home color palette CSS

/* CSS */
.color-1 {
color: #f7d2b0;
}
.color-2 {
color: #f3a1a0;
}
.color-3 {
color: #e76a89;
}
.color-4 {
color: #d15c8b;
}
.color-5 {
color: #b76bbd;
}

/* CSS Variables */
:root {
--color-1: #f7d2b0;
--color-2: #f3a1a0;
--color-3: #e76a89;
--color-4: #d15c8b;
--color-5: #b76bbd;
}

🌈 Home Sweet Home background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d2b0, #f3a1a0, #e76a89, #d15c8b, #b76bbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d2b0, #f3a1a0, #e76a89, #d15c8b, #b76bbd);
}

Home Sweet Home color palette created on .