Mystical Lanterns Color Palette

Discover the beautiful Mystical Lanterns color palette featuring night shadz (#b1394b), carnation (#f76969), rose bud (#f8a19b), sidecar (#f2d8c0) and jagged ice (#b5e3d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Tropical, Fun, Flower 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 Mystical Lanterns palette

Share this palette to:

💻 Mystical Lanterns color palette CSS

/* CSS */
.color-1 {
color: #b1394b;
}
.color-2 {
color: #f76969;
}
.color-3 {
color: #f8a19b;
}
.color-4 {
color: #f2d8c0;
}
.color-5 {
color: #b5e3d6;
}

/* CSS Variables */
:root {
--color-1: #b1394b;
--color-2: #f76969;
--color-3: #f8a19b;
--color-4: #f2d8c0;
--color-5: #b5e3d6;
}

🌈 Mystical Lanterns background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1394b, #f76969, #f8a19b, #f2d8c0, #b5e3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1394b, #f76969, #f8a19b, #f2d8c0, #b5e3d6);
}

Mystical Lanterns color palette created on .