Wisdom's Embrace Color Palette

Discover the beautiful Wisdom's Embrace color palette featuring moon raker (#e1c5f2), cold purple (#baa1d9), wild blue yonder (#7b7bbc), albescent white (#f2e1c5) and shilo (#e2a1ae).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Light, Pink, Purple 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 Wisdom's Embrace palette

Share this palette to:

💻 Wisdom's Embrace color palette CSS

/* CSS */
.color-1 {
color: #e1c5f2;
}
.color-2 {
color: #baa1d9;
}
.color-3 {
color: #7b7bbc;
}
.color-4 {
color: #f2e1c5;
}
.color-5 {
color: #e2a1ae;
}

/* CSS Variables */
:root {
--color-1: #e1c5f2;
--color-2: #baa1d9;
--color-3: #7b7bbc;
--color-4: #f2e1c5;
--color-5: #e2a1ae;
}

🌈 Wisdom's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c5f2, #baa1d9, #7b7bbc, #f2e1c5, #e2a1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c5f2, #baa1d9, #7b7bbc, #f2e1c5, #e2a1ae);
}

Wisdom's Embrace color palette created on .