Pink Natsuki Color Palette
Discover the beautiful Pink Natsuki color palette featuring illusion (#f5a8cb), illusion (#f7b1d0), chantilly (#f9c3d8), janna (#f4e4d7) and dairy cream (#f8e5af).
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 Natsuki palette
💻 Pink Natsuki color palette CSS
/* CSS */
.color-1 {
color: #f5a8cb;
}
.color-2 {
color: #f7b1d0;
}
.color-3 {
color: #f9c3d8;
}
.color-4 {
color: #f4e4d7;
}
.color-5 {
color: #f8e5af;
}
/* CSS Variables */
:root {
--color-1: #f5a8cb;
--color-2: #f7b1d0;
--color-3: #f9c3d8;
--color-4: #f4e4d7;
--color-5: #f8e5af;
}
🌈 Pink Natsuki background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a8cb, #f7b1d0, #f9c3d8, #f4e4d7, #f8e5af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a8cb, #f7b1d0, #f9c3d8, #f4e4d7, #f8e5af);
}
🔗 Explore similar color palettes
Pink Natsuki color palette created on .