Natsuki Color Palette
Discover the beautiful Natsuki color palette featuring atomic tangerine (#ff9670), koromiko (#ffc46b), vis vis (#ffef9e), fringy flower (#c1e7c1) and turquoise blue (#6bd7e6).
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 Natsuki palette
💻 Natsuki color palette CSS
/* CSS */
.color-1 {
color: #ff9670;
}
.color-2 {
color: #ffc46b;
}
.color-3 {
color: #ffef9e;
}
.color-4 {
color: #c1e7c1;
}
.color-5 {
color: #6bd7e6;
}
/* CSS Variables */
:root {
--color-1: #ff9670;
--color-2: #ffc46b;
--color-3: #ffef9e;
--color-4: #c1e7c1;
--color-5: #6bd7e6;
}
🌈 Natsuki background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9670, #ffc46b, #ffef9e, #c1e7c1, #6bd7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9670, #ffc46b, #ffef9e, #c1e7c1, #6bd7e6);
}
🔗 Explore similar color palettes
Natsuki color palette created on .