Sylveon Color Palette
Discover the beautiful Sylveon color palette featuring classic rose (#facff2), remy (#fde3ec), pig pink (#fdd0e5), cupid (#fabccb) and wewak (#f4a0b7).
Brightness
Saturation
Warmth
💡 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
💻 Sylveon color palette CSS
/* CSS */
.color-1 {
color: #facff2;
}
.color-2 {
color: #fde3ec;
}
.color-3 {
color: #fdd0e5;
}
.color-4 {
color: #fabccb;
}
.color-5 {
color: #f4a0b7;
}
/* CSS Variables */
:root {
--color-1: #facff2;
--color-2: #fde3ec;
--color-3: #fdd0e5;
--color-4: #fabccb;
--color-5: #f4a0b7;
} 🌈 Sylveon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #facff2, #fde3ec, #fdd0e5, #fabccb, #f4a0b7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #facff2, #fde3ec, #fdd0e5, #fabccb, #f4a0b7);
} 🔗 Explore similar color palettes
Sylveon color palette created on .