Ayame Hayashi Color Palette
Discover the beautiful Ayame Hayashi color palette featuring wewak (#f2a1af), deep blush (#e06c8f), tapestry (#b75c8d), trendy pink (#7b5a96) and waikawa gray (#5b7a9f).
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 Ayame Hayashi palette
💻 Ayame Hayashi color palette CSS
/* CSS */
.color-1 {
color: #f2a1af;
}
.color-2 {
color: #e06c8f;
}
.color-3 {
color: #b75c8d;
}
.color-4 {
color: #7b5a96;
}
.color-5 {
color: #5b7a9f;
}
/* CSS Variables */
:root {
--color-1: #f2a1af;
--color-2: #e06c8f;
--color-3: #b75c8d;
--color-4: #7b5a96;
--color-5: #5b7a9f;
} 🌈 Ayame Hayashi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1af, #e06c8f, #b75c8d, #7b5a96, #5b7a9f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1af, #e06c8f, #b75c8d, #7b5a96, #5b7a9f);
} 🔗 Explore similar color palettes
Ayame Hayashi color palette created on .