Tolling Bells Color Palette
Discover the beautiful Tolling Bells color palette featuring mulled wine (#4b3c5d), rum (#736a8a), santas gray (#a4a2b4), prelude (#d6c2e0) and snuff (#f0e2f3).
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 Tolling Bells palette
💻 Tolling Bells color palette CSS
/* CSS */
.color-1 {
color: #4b3c5d;
}
.color-2 {
color: #736a8a;
}
.color-3 {
color: #a4a2b4;
}
.color-4 {
color: #d6c2e0;
}
.color-5 {
color: #f0e2f3;
}
/* CSS Variables */
:root {
--color-1: #4b3c5d;
--color-2: #736a8a;
--color-3: #a4a2b4;
--color-4: #d6c2e0;
--color-5: #f0e2f3;
} 🌈 Tolling Bells background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c5d, #736a8a, #a4a2b4, #d6c2e0, #f0e2f3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c5d, #736a8a, #a4a2b4, #d6c2e0, #f0e2f3);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Tolling Bells color palette created on .