Naluca Color Palette

Discover the beautiful Naluca color palette featuring kobi (#eab8d1), wewak (#f2a1bf), froly (#f76e97), carnation (#f14b5e) and flush mahogany (#c8374d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Pink, 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 Naluca palette

Share this palette to:

💻 Naluca color palette CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #f2a1bf;
}
.color-3 {
color: #f76e97;
}
.color-4 {
color: #f14b5e;
}
.color-5 {
color: #c8374d;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #f2a1bf;
--color-3: #f76e97;
--color-4: #f14b5e;
--color-5: #c8374d;
}

🌈 Naluca background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #f2a1bf, #f76e97, #f14b5e, #c8374d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #f2a1bf, #f76e97, #f14b5e, #c8374d);
}

Naluca color palette created on .