Wing Yan Color Palette
Discover the beautiful Wing Yan color palette featuring marzipan (#f8d3a0), wewak (#f4b1a4), can can (#d68a9c), bouquet (#a67d93) and trendy pink (#8d6da2).
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 Wing Yan palette
💻 Wing Yan color palette CSS
/* CSS */
.color-1 {
color: #f8d3a0;
}
.color-2 {
color: #f4b1a4;
}
.color-3 {
color: #d68a9c;
}
.color-4 {
color: #a67d93;
}
.color-5 {
color: #8d6da2;
}
/* CSS Variables */
:root {
--color-1: #f8d3a0;
--color-2: #f4b1a4;
--color-3: #d68a9c;
--color-4: #a67d93;
--color-5: #8d6da2;
} 🌈 Wing Yan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3a0, #f4b1a4, #d68a9c, #a67d93, #8d6da2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3a0, #f4b1a4, #d68a9c, #a67d93, #8d6da2);
} 🔗 Explore similar color palettes
Wing Yan color palette created on .