Juju's Embrace Color Palette

Discover the beautiful Juju's Embrace color palette featuring mandys pink (#f3d1b4), rose bud (#f7a8a1), froly (#f56b6b), fuzzy wuzzy brown (#c94f4f) and burnt umber (#8d2a2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Fun, Red, 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 Juju's Embrace palette

Share this palette to:

💻 Juju's Embrace color palette CSS

/* CSS */
.color-1 {
color: #f3d1b4;
}
.color-2 {
color: #f7a8a1;
}
.color-3 {
color: #f56b6b;
}
.color-4 {
color: #c94f4f;
}
.color-5 {
color: #8d2a2a;
}

/* CSS Variables */
:root {
--color-1: #f3d1b4;
--color-2: #f7a8a1;
--color-3: #f56b6b;
--color-4: #c94f4f;
--color-5: #8d2a2a;
}

🌈 Juju's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d1b4, #f7a8a1, #f56b6b, #c94f4f, #8d2a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d1b4, #f7a8a1, #f56b6b, #c94f4f, #8d2a2a);
}

Juju's Embrace color palette created on .