Sylveon Color Palette

Discover the beautiful Sylveon color palette featuring illusion (#f2a6d5), light orchid (#e5b3e2), periwinkle gray (#c1d4e7), morning glory (#a4e0d8) and saffron mango (#f9c54e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Pastel, Pink, Soft, Spring, Teal, Yellow 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 Sylveon palette

Share this palette to:

💻 Sylveon color palette CSS

/* CSS */
.color-1 {
color: #f2a6d5;
}
.color-2 {
color: #e5b3e2;
}
.color-3 {
color: #c1d4e7;
}
.color-4 {
color: #a4e0d8;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #f2a6d5;
--color-2: #e5b3e2;
--color-3: #c1d4e7;
--color-4: #a4e0d8;
--color-5: #f9c54e;
}

🌈 Sylveon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6d5, #e5b3e2, #c1d4e7, #a4e0d8, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6d5, #e5b3e2, #c1d4e7, #a4e0d8, #f9c54e);
}

Sylveon color palette created on .