Sylveon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sylveon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sylveon Color Palette (PNG)
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);
}
Similar color palettes
Sylveon color palette created on .