Shin Tsukimi Color Palette
Discover the beautiful Shin Tsukimi color palette featuring sandwisp (#f7e7ab), mandys pink (#f1c0a2), illusion (#f297c7), light wisteria (#c7a7e6) and portage (#809be5).
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 Shin Tsukimi palette
💻 Shin Tsukimi color palette CSS
/* CSS */
.color-1 {
color: #f7e7ab;
}
.color-2 {
color: #f1c0a2;
}
.color-3 {
color: #f297c7;
}
.color-4 {
color: #c7a7e6;
}
.color-5 {
color: #809be5;
}
/* CSS Variables */
:root {
--color-1: #f7e7ab;
--color-2: #f1c0a2;
--color-3: #f297c7;
--color-4: #c7a7e6;
--color-5: #809be5;
}
🌈 Shin Tsukimi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7ab, #f1c0a2, #f297c7, #c7a7e6, #809be5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7ab, #f1c0a2, #f297c7, #c7a7e6, #809be5);
}
🔗 Explore similar color palettes
Shin Tsukimi color palette created on .