Christmas Cheer Color Palette

Discover the beautiful Christmas Cheer color palette featuring froly (#f28593), mauvelous (#f595a3), pig pink (#fdd3d8), drover (#fceda3) and gossip (#daf4a0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Earthy, Peach, Pink, 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 Christmas Cheer palette

Share this palette to:

💻 Christmas Cheer color palette CSS

/* CSS */
.color-1 {
color: #f28593;
}
.color-2 {
color: #f595a3;
}
.color-3 {
color: #fdd3d8;
}
.color-4 {
color: #fceda3;
}
.color-5 {
color: #daf4a0;
}

/* CSS Variables */
:root {
--color-1: #f28593;
--color-2: #f595a3;
--color-3: #fdd3d8;
--color-4: #fceda3;
--color-5: #daf4a0;
}

🌈 Christmas Cheer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f28593, #f595a3, #fdd3d8, #fceda3, #daf4a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f28593, #f595a3, #fdd3d8, #fceda3, #daf4a0);
}

Christmas Cheer color palette created on .