Thorned Blossom Trail Color Palette

Discover the beautiful Thorned Blossom Trail color palette featuring cosmic (#783a5b), puce (#c87e9d), oyster pink (#e9c9d1), wheatfield (#f1e5c6) and marzipan (#f8e1a5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Coral, Pink, Autumn, Soft 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 Thorned Blossom Trail palette

Share this palette to:

💻 Thorned Blossom Trail color palette CSS

/* CSS */
.color-1 {
color: #783a5b;
}
.color-2 {
color: #c87e9d;
}
.color-3 {
color: #e9c9d1;
}
.color-4 {
color: #f1e5c6;
}
.color-5 {
color: #f8e1a5;
}

/* CSS Variables */
:root {
--color-1: #783a5b;
--color-2: #c87e9d;
--color-3: #e9c9d1;
--color-4: #f1e5c6;
--color-5: #f8e1a5;
}

🌈 Thorned Blossom Trail background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #783a5b, #c87e9d, #e9c9d1, #f1e5c6, #f8e1a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #783a5b, #c87e9d, #e9c9d1, #f1e5c6, #f8e1a5);
}

Thorned Blossom Trail color palette created on .