Pink Aiko Color Palette
Discover the beautiful Pink Aiko color palette featuring azalea (#f9c8cf), illusion (#f3a5c7), froly (#f67994), carnation (#f54d69) and amaranth (#e6374c).
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 Pink Aiko palette
💻 Pink Aiko color palette CSS
/* CSS */
.color-1 {
color: #f9c8cf;
}
.color-2 {
color: #f3a5c7;
}
.color-3 {
color: #f67994;
}
.color-4 {
color: #f54d69;
}
.color-5 {
color: #e6374c;
}
/* CSS Variables */
:root {
--color-1: #f9c8cf;
--color-2: #f3a5c7;
--color-3: #f67994;
--color-4: #f54d69;
--color-5: #e6374c;
}
🌈 Pink Aiko background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8cf, #f3a5c7, #f67994, #f54d69, #e6374c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8cf, #f3a5c7, #f67994, #f54d69, #e6374c);
}
🔗 Explore similar color palettes
Pink Aiko color palette created on .