Discover the beautiful Camellia color palette featuring illusion (#f4a4bf), deep blush (#e37d9d), charm (#d05d85), blush (#b94b6c) and night shadz (#9b2c55).

Camellia Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Camellia palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Camellia palette

Share this palette to:

💻 Camellia color palette CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #e37d9d;
}
.color-3 {
color: #d05d85;
}
.color-4 {
color: #b94b6c;
}
.color-5 {
color: #9b2c55;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #e37d9d;
--color-3: #d05d85;
--color-4: #b94b6c;
--color-5: #9b2c55;
}

🌈 Camellia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #e37d9d, #d05d85, #b94b6c, #9b2c55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #e37d9d, #d05d85, #b94b6c, #9b2c55);
}

Camellia color palette created on .