Warm Embrace Color Palette

Discover the beautiful Warm Embrace color palette featuring cod gray (#1c1c1c), mandys pink (#f4c3c3), apricot (#ef9a6b), fuzzy wuzzy brown (#c75d4d) and sepia skin (#9c4a3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Bright, Earthy, Modern, Orange, Pink, Red, 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 Warm Embrace palette

Share this palette to:

💻 Warm Embrace color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #f4c3c3;
}
.color-3 {
color: #ef9a6b;
}
.color-4 {
color: #c75d4d;
}
.color-5 {
color: #9c4a3a;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #f4c3c3;
--color-3: #ef9a6b;
--color-4: #c75d4d;
--color-5: #9c4a3a;
}

🌈 Warm Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #f4c3c3, #ef9a6b, #c75d4d, #9c4a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #f4c3c3, #ef9a6b, #c75d4d, #9c4a3a);
}

Warm Embrace color palette created on .