Ink & Inspiration Color Palette
Discover the beautiful Ink & Inspiration color palette featuring saffron (#f7b32b), orange (#ff6d1f), sunset orange (#ff4d4f), clairvoyant (#690571) and william (#3c6f72).
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 Ink & Inspiration palette
💻 Ink & Inspiration color palette CSS
/* CSS */
.color-1 {
color: #f7b32b;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #3c6f72;
}
/* CSS Variables */
:root {
--color-1: #f7b32b;
--color-2: #ff6d1f;
--color-3: #ff4d4f;
--color-4: #690571;
--color-5: #3c6f72;
}
🌈 Ink & Inspiration background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b32b, #ff6d1f, #ff4d4f, #690571, #3c6f72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b32b, #ff6d1f, #ff4d4f, #690571, #3c6f72);
}
🔗 Explore similar color palettes
Ink & Inspiration color palette created on .