Gift of Care Color Palette

Discover the beautiful Gift of Care color palette featuring wewak (#f1a7b3), manhattan (#f7c6a6), astra (#f9e8b4), new orleans (#f2daa1) and cashmere (#e6b899).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Care, Gift, Peach, Pink, Skin, Soft, Spring, 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 Gift of Care palette

Share this palette to:

💻 Gift of Care color palette CSS

/* CSS */
.color-1 {
color: #f1a7b3;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #f9e8b4;
}
.color-4 {
color: #f2daa1;
}
.color-5 {
color: #e6b899;
}

/* CSS Variables */
:root {
--color-1: #f1a7b3;
--color-2: #f7c6a6;
--color-3: #f9e8b4;
--color-4: #f2daa1;
--color-5: #e6b899;
}

🌈 Gift of Care background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b3, #f7c6a6, #f9e8b4, #f2daa1, #e6b899);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b3, #f7c6a6, #f9e8b4, #f2daa1, #e6b899);
}

Gift of Care color palette created on .