Eloise Jacottet Color Palette

Discover the beautiful Eloise Jacottet color palette featuring pig pink (#fed4e8), bridesmaid (#fef0e5), french pass (#aefbfc), french pass (#b5d0fd) and cornflower blue (#8d5bf9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Peach, Pink, Purple, Soft, Spring, 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 Eloise Jacottet palette

Share this palette to:

💻 Eloise Jacottet color palette CSS

/* CSS */
.color-1 {
color: #fed4e8;
}
.color-2 {
color: #fef0e5;
}
.color-3 {
color: #aefbfc;
}
.color-4 {
color: #b5d0fd;
}
.color-5 {
color: #8d5bf9;
}

/* CSS Variables */
:root {
--color-1: #fed4e8;
--color-2: #fef0e5;
--color-3: #aefbfc;
--color-4: #b5d0fd;
--color-5: #8d5bf9;
}

🌈 Eloise Jacottet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed4e8, #fef0e5, #aefbfc, #b5d0fd, #8d5bf9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed4e8, #fef0e5, #aefbfc, #b5d0fd, #8d5bf9);
}

Eloise Jacottet color palette created on .