Falling into the Depth Color Palette

Discover the beautiful Falling into the Depth color palette featuring mulled wine (#493b59), rum (#6b5b8b), kimberly (#8d7ca2), london hue (#b4a3c8) and french lilac (#e6d8f3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDeep, Deep Autumn, Purple, Violet, Soft, Modern, Night Sky, Elegant color palettes and combinations.

💡 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 Falling into the Depth palette

Share this palette to:

💻 Falling into the Depth color palette CSS

/* CSS */
.color-1 {
color: #493b59;
}
.color-2 {
color: #6b5b8b;
}
.color-3 {
color: #8d7ca2;
}
.color-4 {
color: #b4a3c8;
}
.color-5 {
color: #e6d8f3;
}

/* CSS Variables */
:root {
--color-1: #493b59;
--color-2: #6b5b8b;
--color-3: #8d7ca2;
--color-4: #b4a3c8;
--color-5: #e6d8f3;
}

🌈 Falling into the Depth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #493b59, #6b5b8b, #8d7ca2, #b4a3c8, #e6d8f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #493b59, #6b5b8b, #8d7ca2, #b4a3c8, #e6d8f3);
}

Falling into the Depth color palette created on .