Cereza Color Palette

Discover the beautiful Cereza color palette featuring brick red (#c92c41), japonica (#d66b6d), beauty bush (#eab8c4), we peep (#f6d5d8) and illusion (#f7b1bf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fruity, Pink, Red, Soft, Summer, Vibrant 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 Cereza palette

Share this palette to:

💻 Cereza color palette CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #d66b6d;
}
.color-3 {
color: #eab8c4;
}
.color-4 {
color: #f6d5d8;
}
.color-5 {
color: #f7b1bf;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #d66b6d;
--color-3: #eab8c4;
--color-4: #f6d5d8;
--color-5: #f7b1bf;
}

🌈 Cereza background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #d66b6d, #eab8c4, #f6d5d8, #f7b1bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #d66b6d, #eab8c4, #f6d5d8, #f7b1bf);
}

Cereza color palette created on .