Yumi Color Palette

Discover the beautiful Yumi color palette featuring remy (#fee5e9), bridesmaid (#fef0e5), half colonial white (#fdf8d8), aqua squeeze (#e5f4f0) and link water (#e3e9f8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Lavender, Light, Mint, Pastel, Peach, Pink, Soft, Spring 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 Yumi palette

Share this palette to:

💻 Yumi color palette CSS

/* CSS */
.color-1 {
color: #fee5e9;
}
.color-2 {
color: #fef0e5;
}
.color-3 {
color: #fdf8d8;
}
.color-4 {
color: #e5f4f0;
}
.color-5 {
color: #e3e9f8;
}

/* CSS Variables */
:root {
--color-1: #fee5e9;
--color-2: #fef0e5;
--color-3: #fdf8d8;
--color-4: #e5f4f0;
--color-5: #e3e9f8;
}

🌈 Yumi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee5e9, #fef0e5, #fdf8d8, #e5f4f0, #e3e9f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee5e9, #fef0e5, #fdf8d8, #e5f4f0, #e3e9f8);
}

Yumi color palette created on .