Night Christmas Pink Color Palette

Discover the beautiful Night Christmas Pink color palette featuring illusion (#f4a4bf), hopbush (#d36f9c), tapestry (#b54f85), eminence (#692c6d) and loulou (#3d0a38).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Deep, Modern, Pink, Vibrant, Wintry 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 Night Christmas Pink palette

Share this palette to:

💻 Night Christmas Pink color palette CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #d36f9c;
}
.color-3 {
color: #b54f85;
}
.color-4 {
color: #692c6d;
}
.color-5 {
color: #3d0a38;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #d36f9c;
--color-3: #b54f85;
--color-4: #692c6d;
--color-5: #3d0a38;
}

🌈 Night Christmas Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #d36f9c, #b54f85, #692c6d, #3d0a38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #d36f9c, #b54f85, #692c6d, #3d0a38);
}

Night Christmas Pink color palette created on .