Moonshine Cats Color Palette
Discover the beautiful Moonshine Cats color palette featuring periwinkle gray (#b7c9e1), stark white (#e3d5ba), albescent white (#f6e3d5), light orchid (#e9b9d0) and wewak (#f1a8a2).
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 Moonshine Cats palette
💻 Moonshine Cats color palette CSS
/* CSS */
.color-1 {
color: #b7c9e1;
}
.color-2 {
color: #e3d5ba;
}
.color-3 {
color: #f6e3d5;
}
.color-4 {
color: #e9b9d0;
}
.color-5 {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--color-1: #b7c9e1;
--color-2: #e3d5ba;
--color-3: #f6e3d5;
--color-4: #e9b9d0;
--color-5: #f1a8a2;
}
🌈 Moonshine Cats background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c9e1, #e3d5ba, #f6e3d5, #e9b9d0, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c9e1, #e3d5ba, #f6e3d5, #e9b9d0, #f1a8a2);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Moonshine Cats color palette created on .