Maria Jessica Color Palette

Discover the beautiful Maria Jessica color palette featuring mandys pink (#f5c9bd), rose bud (#f8a2a0), new york pink (#d8838d), tapestry (#b8618e) and affair (#794b9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Feminine, Pink, 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 Maria Jessica palette

Share this palette to:

💻 Maria Jessica color palette CSS

/* CSS */
.color-1 {
color: #f5c9bd;
}
.color-2 {
color: #f8a2a0;
}
.color-3 {
color: #d8838d;
}
.color-4 {
color: #b8618e;
}
.color-5 {
color: #794b9b;
}

/* CSS Variables */
:root {
--color-1: #f5c9bd;
--color-2: #f8a2a0;
--color-3: #d8838d;
--color-4: #b8618e;
--color-5: #794b9b;
}

🌈 Maria Jessica background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c9bd, #f8a2a0, #d8838d, #b8618e, #794b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c9bd, #f8a2a0, #d8838d, #b8618e, #794b9b);
}

Maria Jessica color palette created on .